Update .swiftlint.yml

This commit is contained in:
Max Desiatov 2020-06-28 22:50:09 +01:00
parent e881e8afde
commit 6c46e308d5
No known key found for this signature in database
GPG Key ID: FE08EBF9CF58CBA2
1 changed files with 1 additions and 4 deletions

View File

@ -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