Skip to content

Commit bc36994

Browse files
committed
fix: disable trailing_whitespace rule to preserve snapshot tests
1 parent 88d0c9e commit bc36994

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
@@ -5,6 +5,7 @@ disabled_rules:
55
- redundant_discardable_let # Preserve 'let _ =' in result builder contexts (required for Swift 6.0+)
66
- opening_brace # Handled by swift-format
77
- trailing_comma # Handled by swift-format
8+
- trailing_whitespace # Preserve whitespace in snapshot tests
89
- orphaned_doc_comment # Allow module-level documentation
910
- large_tuple # CSS color validation requires tuples with multiple components
1011
- mark # Allow flexible MARK comment formatting

0 commit comments

Comments
 (0)