mirror of
https://github.com/realm/SwiftLint.git
synced 2026-05-07 20:12:49 +00:00
8b90623b38
Run with `bazel test --spawn_strategy=standalone //Tests/...` Consumers who define rules via `swiftlint_extra_rules` can run tests for their custom rules too: ``` ./bazelw test \ --spawn_strategy=standalone \ @SwiftLint//Tests:ExtraRulesTests ```