Update .swiftlint.yml

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

View File

@ -6,6 +6,7 @@ disabled_rules:
- nesting
- cyclomatic_complexity
- multiple_closures_with_trailing_closure
- type_name
line_length: 100