We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efec285 commit 88b4ddeCopy full SHA for 88b4dde
1 file changed
SwiftLint/swiftlint.yml
@@ -61,7 +61,6 @@ opt_in_rules:
61
- contains_over_first_not_nil
62
- empty_collection_literal
63
- empty_string
64
- - explicit_self
65
- file_name
66
- for_where
67
- joined_default_parameter
@@ -83,6 +82,10 @@ opt_in_rules:
83
82
- single_test_class
84
- strong_iboutlet
85
+analyzer_rules: # Rules run by `swiftlint analyze` (experimental)
86
+ - explicit_self
87
+ - unused_import
88
+
89
# rule parameters
90
file_length:
91
warning: 600
0 commit comments