Skip to content

Commit c4d422d

Browse files
authored
SwiftLint: fixed lint with new 0.51.0 version (#2395)
See https://github.com/realm/SwiftLint/releases/tag/0.51.0 This new rule warns when rules are disabled without being enabled before the end of the file. We take advantage of that in many places, so it's better to disable it here.
1 parent cf4c1de commit c4d422d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.swiftlint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ opt_in_rules:
1818

1919
disabled_rules:
2020
- orphaned_doc_comment
21+
- blanket_disable_command
2122

2223
custom_rules:
2324
xctestcase_superclass:

0 commit comments

Comments
 (0)