mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
ad793d1c5b
These tests can especially not run in parallel.
25 lines
320 B
YAML
25 lines
320 B
YAML
opt_in_rules:
|
|
- private_action
|
|
|
|
disabled_rules:
|
|
- empty_count
|
|
- force_cast
|
|
- private_outlet
|
|
- trailing_closure
|
|
|
|
line_length: 80
|
|
|
|
identifier_name:
|
|
excluded:
|
|
- abc
|
|
|
|
included:
|
|
- Test/Test1
|
|
- Test/Test2
|
|
- Test/Test1/Test
|
|
- Test/Test2/Test
|
|
|
|
excluded:
|
|
- Test/Test1/Test/Test
|
|
- Test/Test2/Test/Test
|