Skip to content

Commit

Permalink
chore: Update swiftlint config
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeWeidmann committed Apr 24, 2024
1 parent 117bd4e commit e94d2f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ disabled_rules:
- force_cast
- cyclomatic_complexity
- inclusive_language
- for_where
opt_in_rules:
- closure_end_indentation
- closure_spacing
Expand All @@ -29,6 +30,7 @@ opt_in_rules:
- toggle_bool
- trailing_closure
- unneeded_parentheses_in_closure_argument
analyzer_rules:
- unused_import
excluded:
- .tuist-bin/*
Expand Down

0 comments on commit e94d2f9

Please sign in to comment.