Skip to content

Commit 1a30685

Browse files
Disable trailing comma SwiftLint rule
1 parent c36e79c commit 1a30685

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.swiftlint.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ disabled_rules:
55
- identifier_name
66
- large_tuple
77
- line_length
8+
- trailing_comma
9+

0 commit comments

Comments
 (0)