mirror of
https://github.com/realm/SwiftLint.git
synced 2026-05-07 20:12:49 +00:00
fc3b143973
And move the Danger bazel config there
16 lines
397 B
Plaintext
16 lines
397 B
Plaintext
{
|
|
"schemaVersion": "1.0",
|
|
"artifacts": {
|
|
"swiftlint": {
|
|
"version": "__VERSION__",
|
|
"type": "executable",
|
|
"variants": [
|
|
{
|
|
"path": "swiftlint-__VERSION__-macos/bin/swiftlint",
|
|
"supportedTriples": ["x86_64-apple-macosx", "arm64-apple-macosx"]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|