File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55# This files gets appended to the swiftlint.yml when it gets copied into the root project directory.
66# You can add more "opt_in_rules" rules here.
77
8- opt_in_rules :
9- - explicit_top_level_acl
8+ # opt_in_rules:
9+ # - explicit_top_level_acl
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments