Skip to content

Commit

Permalink
style: disable trailing comma rule in SwiftLint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
philprime committed Nov 10, 2024
1 parent fbbd3d8 commit e573642
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ disabled_rules:
- large_tuple
- todo
- inclusive_language
- trailing_comma
excluded:
- Carthage
- Pods
Expand Down

0 comments on commit e573642

Please sign in to comment.