passepartout-apple/.swiftlint.yml

19 lines
334 B
YAML
Raw Normal View History

2023-03-19 13:41:53 +00:00
included:
- Passepartout
2023-03-19 15:10:40 +00:00
- PassepartoutLibrary/Sources
- PassepartoutLibrary/Tests
analyzer_rules:
- unused_declaration
- unused_import
opt_in_rules:
- sorted_imports
2023-03-19 13:41:53 +00:00
disabled_rules:
- cyclomatic_complexity
- file_length
- force_cast
2023-03-19 15:10:40 +00:00
- function_body_length
2023-03-19 13:41:53 +00:00
- identifier_name
- line_length
- nesting
- todo