passepartout-apple/.swiftlint.yml

11 lines
157 B
YAML
Raw Normal View History

2023-03-19 13:41:53 +00:00
included:
- Passepartout
disabled_rules:
- cyclomatic_complexity
- file_length
- force_cast
- identifier_name
- line_length
- nesting
- todo