MonitorControl/.swiftlint.yml
2022-05-07 17:53:20 +02:00

13 lines
No EOL
254 B
YAML

disabled_rules:
- line_length
- function_body_length
- identifier_name
- trailing_comma
type_body_length: 500
file_length: 750
cyclomatic_complexity:
ignores_case_statements: true
opening_brace:
allow_multiline_func: true
excluded:
- .build