Add large_tuple to disabled_rules in .swiftlint.yml

This commit is contained in:
Max Desiatov 2020-07-05 16:42:00 +01:00 committed by GitHub
parent dc64554427
commit b0bb124f5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ disabled_rules:
- multiple_closures_with_trailing_closure
- type_name
- todo
- large_tuple
line_length: 100