SwiftKit/.swiftlint.yml

13 lines
181 B
YAML

disabled_rules:
- function_body_length
- identifier_name
- line_length
- todo
- trailing_whitespace
- type_name
- vertical_whitespace
included:
- Sources
- Tests