Skip to content

Commit 2b0cd88

Browse files
committed
fix: disable sorted_imports rule to avoid conflict with swift-format
1 parent 8959710 commit 2b0cd88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.swiftlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ disabled_rules:
66
- opening_brace # Handled by swift-format
77
- trailing_comma # Handled by swift-format
88
- trailing_whitespace # Preserve whitespace in snapshot tests
9+
- sorted_imports # Handled by swift-format (conflicts with SwiftLint's sorting)
910
- orphaned_doc_comment # Allow module-level documentation
1011
- large_tuple # CSS/HTML properties may require tuples with multiple components
1112
- mark # Allow flexible MARK comment formatting
@@ -14,7 +15,6 @@ disabled_rules:
1415
opt_in_rules:
1516
- empty_count
1617
- explicit_init
17-
- sorted_imports
1818
- force_cast
1919
- force_try
2020
- closure_spacing

0 commit comments

Comments
 (0)