Skip to content

Commit

Permalink
Merge pull request #364 from alessandrodn/main
Browse files Browse the repository at this point in the history
Fix warning on unused_import rule
  • Loading branch information
CatieCatterwaul authored Mar 13, 2023
2 parents 171f3eb + 8324fd4 commit 6e0eac1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion com.raywenderlich.swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ disabled_rules:
- todo
- unused_capture_list

analyzer_rules:
- unused_import

opt_in_rules:
- array_init
- attributes
Expand Down Expand Up @@ -46,7 +49,6 @@ opt_in_rules:
- toggle_bool
- trailing_closure
- unneeded_parentheses_in_closure_argument
- unused_import
- vertical_whitespace_closing_braces
- vertical_whitespace_opening_braces
- yoda_condition
Expand Down

0 comments on commit 6e0eac1

Please sign in to comment.