Schedule/.swiftlint.yml

10 lines
149 B
YAML

included:
- Sources
- Tests
disabled_rules:
- cyclomatic_complexity
- file_length
- function_body_length
- identifier_name
- type_name