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 f3f97bc commit 6edc262Copy full SHA for 6edc262
.swiftlint.yml
@@ -27,6 +27,7 @@ disabled_rules:
27
- colon # swift-format handles colon spacing
28
- comma # swift-format handles comma spacing
29
- trailing_newline # swift-format handles newlines
30
+ - redundant_discardable_let # Preserve 'let _ =' in result builder contexts (required for Swift 6.0+)
31
32
# Opt-in Rules
33
opt_in_rules:
0 commit comments