Skip to content

Commit 9e5736a

Browse files
committed
improve Rule set
1 parent 3a73628 commit 9e5736a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

SwiftLint/swiftlint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ opt_in_rules:
7070
- literal_expression_end_indentation
7171
- lower_acl_than_parent
7272
- modifier_order
73-
- multiline_arguments
7473
- multiline_function_chains
7574
- multiline_literal_brackets
7675
- convenience_type
@@ -267,7 +266,7 @@ custom_rules:
267266
- typeidentifier
268267
missing_empty_line:
269268
name: "Missing Empty Line"
270-
regex: '(?-smxi)(\}\n)([ \t]*?)([^\n|\.\}\t ])'
269+
regex: '(?-smxi)(\}\n)([ \t]*?)(\n+?[\t ]*?})'
271270
message: "Missing empty line."
272271
severity: warning
273272
get_prefixed_function:

0 commit comments

Comments
 (0)