Yams/.swiftlint.yml

15 lines
187 B
YAML

included:
- Sources
- Tests
analyzer_rules:
- unused_import
- unused_declaration
line_length: 120
identifier_name:
excluded:
- cr
- ln
- no
nesting:
type_level: 2