Skip to content

Commit 2864fa4

Browse files
authored
Merge pull request #97 from smartmobilefactory/feature/modify_missing_line
Modify missing line rule
2 parents 48b47a4 + d72cd83 commit 2864fa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SwiftLint/swiftlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ custom_rules:
267267
- typeidentifier
268268
missing_empty_line:
269269
name: "Missing Empty Line"
270-
regex: '(?-smxi)(\}\n)([ \t]*?)([^\n\}\t ])'
270+
regex: '(?-smxi)(\}\n)([ \t]*?)([^\n|\.\}\t ])'
271271
message: "Missing empty line."
272272
severity: warning
273273
get_prefixed_function:

0 commit comments

Comments
 (0)