Keep SwiftLint rule 'sorted_imports' disabled
This commit is contained in:
parent
b4551f83fb
commit
67301d64d3
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ whitelist_rules:
|
||||||
- shorthand_operator
|
- shorthand_operator
|
||||||
- single_test_class
|
- single_test_class
|
||||||
- sorted_first_last
|
- sorted_first_last
|
||||||
# - sorted_imports
|
# - sorted_imports # Managed by SwiftFormat.
|
||||||
- statement_position
|
- statement_position
|
||||||
# - static_operator
|
# - static_operator
|
||||||
# - strict_fileprivate
|
# - strict_fileprivate
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue