Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only build
swiftlint
target in Makefile (realm#4327)
Otherwise this tries to build the SwiftLintTestHelpers module in release mode, which fails. Also, to build the actual executable CLI, we can't just `swift build --target=swiftlint` because that doesn't produce a CLI, just the object file for the binary. So we have to `swift run`.
- Loading branch information