Commit 72e487f
committed
config: disable SwiftLint redundant_discardable_let rule
The redundant_discardable_let rule removes 'let' from 'let _ =' assignments,
which breaks Swift 6.0+ code in result builder contexts where 'let _ =' is
required for discarding void returns.
This prevents future issues where SwiftLint auto-fixes would break compilation.1 parent c212f46 commit 72e487f
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
0 commit comments