Skip to content

Commit

Permalink
Swiftlint tweak fix (#3)
Browse files Browse the repository at this point in the history
* Update .swiftlint.yml

* Update .swiftlint.yml
  • Loading branch information
adameastham authored Nov 7, 2024
1 parent 80d111c commit 8ef3bad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ disabled_rules:

line_length:
warning: 150
ignores_urls: true
ignores_function_declarations: true
ignores_comments: true
ignores_interpolated_strings: true

trailing_whitespace:
ignores_empty_lines: true
ignores_comments: true

0 comments on commit 8ef3bad

Please sign in to comment.