mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
15 lines
173 B
YAML
15 lines
173 B
YAML
opt_in_rules:
|
|
- identifier_name
|
|
|
|
disabled_rules:
|
|
- trailing_closure
|
|
- empty_count
|
|
|
|
line_length: 80
|
|
|
|
identifier_name:
|
|
excluded:
|
|
- abc
|
|
|
|
parent_config: parent1.yml
|