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 c9f4a2f commit 9e07f0cCopy full SHA for 9e07f0c
.swiftlint.yml
@@ -6,6 +6,7 @@ disabled_rules:
6
- explicit_enum_raw_value
7
- file_length
8
- function_body_length
9
+ - redundant_discardable_let # Preserve 'let _ =' in result builder contexts (required for Swift 6.0+)
10
11
opt_in_rules:
12
- empty_count
0 commit comments