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 14f6677 commit afbd1e7Copy full SHA for afbd1e7
.swiftlint.yml
@@ -2,6 +2,7 @@ disabled_rules:
2
- line_length
3
- identifier_name
4
- nesting
5
+ - redundant_discardable_let # Preserve 'let _ =' in result builder contexts (required for Swift 6.0+)
6
7
opt_in_rules:
8
- empty_count
0 commit comments