Skip to content

Commit 8324fd4

Browse files
committed
Fix warning on unused_import rule
1 parent 171f3eb commit 8324fd4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

com.raywenderlich.swiftlint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ disabled_rules:
1010
- todo
1111
- unused_capture_list
1212

13+
analyzer_rules:
14+
- unused_import
15+
1316
opt_in_rules:
1417
- array_init
1518
- attributes
@@ -46,7 +49,6 @@ opt_in_rules:
4649
- toggle_bool
4750
- trailing_closure
4851
- unneeded_parentheses_in_closure_argument
49-
- unused_import
5052
- vertical_whitespace_closing_braces
5153
- vertical_whitespace_opening_braces
5254
- yoda_condition

0 commit comments

Comments
 (0)