Skip to content

Commit 9e07f0c

Browse files
committed
config: disable SwiftLint redundant_discardable_let rule
Preserve 'let _ =' in result builder contexts (required for Swift 6.0+)
1 parent c9f4a2f commit 9e07f0c

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
@@ -6,6 +6,7 @@ disabled_rules:
66
- explicit_enum_raw_value
77
- file_length
88
- function_body_length
9+
- redundant_discardable_let # Preserve 'let _ =' in result builder contexts (required for Swift 6.0+)
910

1011
opt_in_rules:
1112
- empty_count

0 commit comments

Comments
 (0)