Vernissage/.swiftlint.yml

9 lines
161 B
YAML
Raw Normal View History

disabled_rules:
- shorthand_operator
- nesting
line_length: 180
file_length: 1000
2023-04-15 08:24:13 +02:00
type_body_length: 1000
function_body_length: 100
cyclomatic_complexity: 20