Update .swiftlint.yml
This commit is contained in:
parent
e881e8afde
commit
6c46e308d5
|
@ -7,10 +7,7 @@ disabled_rules:
|
|||
- cyclomatic_complexity
|
||||
- multiple_closures_with_trailing_closure
|
||||
|
||||
line_length:
|
||||
- 80
|
||||
- 100
|
||||
- ignores_comments
|
||||
line_length: 100
|
||||
|
||||
function_body_length:
|
||||
- 50
|
||||
|
|
Loading…
Reference in New Issue