mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
* Short names for test modules * Lint plugins and `Package.swift` in integration tests * Simplify and merge file groups in Bazel * Move common functions to `TestHelpers`
24 lines
290 B
YAML
24 lines
290 B
YAML
opt_in_rules:
|
|
- private_action
|
|
- private_outlet
|
|
- trailing_closure
|
|
- empty_count
|
|
|
|
disabled_rules:
|
|
- force_cast
|
|
- identifier_name
|
|
|
|
line_length: 160
|
|
|
|
included:
|
|
- Test/Test1
|
|
- Test/Test2
|
|
|
|
excluded:
|
|
- Test/Test1/Test
|
|
- Test/Test2/Test
|
|
|
|
identifier_name:
|
|
excluded:
|
|
- id
|