SwiftKit/Demo/.swiftlint.yml

13 lines
174 B
YAML

disabled_rules:
- identifier_name
- line_length
- nesting
- todo
- trailing_whitespace
- type_name
- vertical_whitespace
included:
- ../Sources
- ../Tests