Tokamak/.swiftlint.yml

18 lines
258 B
YAML
Raw Normal View History

disabled_rules:
- trailing_comma
- identifier_name
- void_return
- operator_whitespace
- nesting
- cyclomatic_complexity
- multiple_closures_with_trailing_closure
2020-06-29 05:50:09 +08:00
line_length: 100
function_body_length:
- 50
included:
- Sources
- Tests