Skip to content

Commit

Permalink
small update to swiftlint, xcode's built-in refactoring does the oppo…
Browse files Browse the repository at this point in the history
…site of what trailing-whitespace attempts to mitigate, leading to so many errors for no reason
  • Loading branch information
vapidinfinity committed Nov 20, 2023
1 parent 34263ec commit 5ffac3e
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 @@ -4,6 +4,7 @@ disabled_rules:
- function_body_length
- file_length
- cyclomatic_complexity
- trailing_whitespace

excluded:
- .build

0 comments on commit 5ffac3e

Please sign in to comment.