Keep SwiftLint rule 'sorted_imports' disabled

This commit is contained in:
Danny Moesch 2020-07-05 23:02:21 +02:00 committed by Mingshen Sun
parent b4551f83fb
commit 67301d64d3

View file

@ -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