passepartout-apple/.swiftlint.yml

17 lines
301 B
YAML

included:
- Passepartout
- PassepartoutLibrary/Sources
- PassepartoutLibrary/Tests
analyzer_rules:
- unused_declaration
- unused_import
disabled_rules:
- cyclomatic_complexity
- file_length
- force_cast
- function_body_length
- identifier_name
- line_length
- nesting
- todo