Skip to content

Commit 9bf834d

Browse files
authored
Merge pull request #109 from smartmobilefactory/STRFRAMEWORK-1655
Strframework 1655
2 parents 04c8940 + d725837 commit 9bf834d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

SwiftLint/swiftlint+frameworks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
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

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)