Tokamak/.swiftlint.yml

15 lines
174 B
YAML

disabled_rules:
- trailing_comma
- identifier_name
- void_return
- operator_whitespace
- nesting
- cyclomatic_complexity
line_length:
- 80
- 100
function_body_length:
- 50