We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd65ba4 + 05a3f58 commit 919ec43Copy full SHA for 919ec43
2 files changed
SwiftLint/portable_swiftlint/swiftlint
15.3 MB
SwiftLint/swiftlint.yml
@@ -1,6 +1,6 @@
1
###
2
# Swiftlint configuration file.
3
-# Latest version supported: 0.39.2
+# Latest version supported: 0.45.0
4
# Any newer version hasn't been checked yet and might not follow the style guide.
5
6
@@ -84,7 +84,6 @@ opt_in_rules:
84
85
analyzer_rules: # Rules run by `swiftlint analyze` (experimental)
86
- explicit_self
87
- - unused_import
88
89
# rule parameters
90
file_length:
@@ -100,7 +99,7 @@ cyclomatic_complexity:
100
99
nesting:
101
type_level:
102
warning: 6
103
- statement_level:
+ function_level:
104
105
106
function_body_length:
@@ -117,11 +116,6 @@ large_tuple:
117
116
warning: 4
118
error: 6
119
120
-missing_docs:
121
- warning:
122
- - open
123
- - public
124
-
125
type_name:
126
min_length: 3
127
max_length: 60
0 commit comments