Skip to content

Commit e523edd

Browse files
committed
fixed missing_empty_line rule
1 parent 04c8940 commit e523edd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SwiftLint/swiftlint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
###
22
# Swiftlint configuration file.
3-
# Latest version supported: 0.33.0
3+
# Latest version supported: 0.39.2
44
# Any newer version hasn't been checked yet and might not follow the style guide.
55
###
66

@@ -266,7 +266,7 @@ custom_rules:
266266
- typeidentifier
267267
missing_empty_line:
268268
name: "Missing Empty Line"
269-
regex: '(?-smxi)(\}\n)([ \t]*?)(\n+?[\t ]*?})'
269+
regex: '(?-smxi)(\}\n)([ \t]*?)(\n+?[\t ]*?\})'
270270
message: "Missing empty line."
271271
severity: warning
272272
get_prefixed_function:

0 commit comments

Comments
 (0)