Skip to content

Commit f1587dd

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

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
@@ -2,6 +2,7 @@ disabled_rules:
22
- line_length
33
- identifier_name
44
- nesting
5+
- redundant_discardable_let # Preserve 'let _ =' in result builder contexts (required for Swift 6.0+)
56

67
opt_in_rules:
78
- empty_count

0 commit comments

Comments
 (0)