WolfCore/.swiftlint.yml

18 lines
319 B
YAML

disabled_rules:
- force_try
- line_length
- identifier_name
- force_cast
- cyclomatic_complexity
- function_body_length
- vertical_whitespace
- large_tuple
- type_name
- file_length
- function_parameter_count
- type_body_length
- todo
- nesting
maxEmptyLines: 3