Add large_tuple to disabled_rules in .swiftlint.yml
This commit is contained in:
parent
dc64554427
commit
b0bb124f5c
|
@ -8,6 +8,7 @@ disabled_rules:
|
|||
- multiple_closures_with_trailing_closure
|
||||
- type_name
|
||||
- todo
|
||||
- large_tuple
|
||||
|
||||
line_length: 100
|
||||
|
||||
|
|
Loading…
Reference in New Issue