We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85bb548 commit 11acb49Copy full SHA for 11acb49
2 files changed
SwiftLint/swiftlint+frameworks.yml
@@ -21,3 +21,8 @@ excluded:
21
opt_in_rules:
22
- explicit_acl
23
- missing_docs
24
+
25
+missing_docs:
26
+ warning:
27
+ - open
28
+ - public
SwiftLint/swiftlint.yml
@@ -117,11 +117,6 @@ large_tuple:
117
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