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