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 88d0c9e commit bc36994Copy full SHA for bc36994
.swiftlint.yml
@@ -5,6 +5,7 @@ disabled_rules:
5
- redundant_discardable_let # Preserve 'let _ =' in result builder contexts (required for Swift 6.0+)
6
- opening_brace # Handled by swift-format
7
- trailing_comma # Handled by swift-format
8
+ - trailing_whitespace # Preserve whitespace in snapshot tests
9
- orphaned_doc_comment # Allow module-level documentation
10
- large_tuple # CSS color validation requires tuples with multiple components
11
- mark # Allow flexible MARK comment formatting
0 commit comments