We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04c8940 commit e523eddCopy full SHA for e523edd
1 file changed
SwiftLint/swiftlint.yml
@@ -1,6 +1,6 @@
1
###
2
# Swiftlint configuration file.
3
-# Latest version supported: 0.33.0
+# Latest version supported: 0.39.2
4
# Any newer version hasn't been checked yet and might not follow the style guide.
5
6
@@ -266,7 +266,7 @@ custom_rules:
266
- typeidentifier
267
missing_empty_line:
268
name: "Missing Empty Line"
269
- regex: '(?-smxi)(\}\n)([ \t]*?)(\n+?[\t ]*?})'
+ regex: '(?-smxi)(\}\n)([ \t]*?)(\n+?[\t ]*?\})'
270
message: "Missing empty line."
271
severity: warning
272
get_prefixed_function:
0 commit comments