We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0496226 commit 471b44aCopy full SHA for 471b44a
.swiftlint.yml
@@ -1,7 +1,7 @@
1
disabled_rules:
2
- line_length
3
- identifier_name
4
- - nesting
+ - nesting # Allow deeply nested enums for namespacing
5
- redundant_discardable_let # Preserve 'let _ =' in result builder contexts (required for Swift 6.0+)
6
7
opt_in_rules:
0 commit comments