We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a73628 + 9e5736a commit 9ed78f4Copy full SHA for 9ed78f4
1 file changed
SwiftLint/swiftlint.yml
@@ -70,7 +70,6 @@ opt_in_rules:
70
- literal_expression_end_indentation
71
- lower_acl_than_parent
72
- modifier_order
73
- - multiline_arguments
74
- multiline_function_chains
75
- multiline_literal_brackets
76
- convenience_type
@@ -267,7 +266,7 @@ custom_rules:
267
266
- typeidentifier
268
missing_empty_line:
269
name: "Missing Empty Line"
270
- regex: '(?-smxi)(\}\n)([ \t]*?)([^\n|\.\}\t ])'
+ regex: '(?-smxi)(\}\n)([ \t]*?)(\n+?[\t ]*?})'
271
message: "Missing empty line."
272
severity: warning
273
get_prefixed_function:
0 commit comments