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 8959710 commit 2b0cd88Copy full SHA for 2b0cd88
.swiftlint.yml
@@ -6,6 +6,7 @@ disabled_rules:
6
- opening_brace # Handled by swift-format
7
- trailing_comma # Handled by swift-format
8
- trailing_whitespace # Preserve whitespace in snapshot tests
9
+ - sorted_imports # Handled by swift-format (conflicts with SwiftLint's sorting)
10
- orphaned_doc_comment # Allow module-level documentation
11
- large_tuple # CSS/HTML properties may require tuples with multiple components
12
- mark # Allow flexible MARK comment formatting
@@ -14,7 +15,6 @@ disabled_rules:
14
15
opt_in_rules:
16
- empty_count
17
- explicit_init
- - sorted_imports
18
- force_cast
19
- force_try
20
- closure_spacing
0 commit comments