Skip to content

Commit bafbdb2

Browse files
disable large_tuple swiftlint rule
1 parent c4a619c commit bafbdb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.swiftlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ only_rules:
166166
- is_disjoint
167167

168168
# Tuples shouldn’t have too many members. Create a custom type instead
169-
- large_tuple
169+
# - large_tuple
170170

171171
# Prefer using .last(where:) over .filter { }.last in collections
172172
- last_where

0 commit comments

Comments
 (0)