From 67301d64d33d65da48d4f1e10c08bb8ceec2e2ec Mon Sep 17 00:00:00 2001 From: Danny Moesch Date: Sun, 5 Jul 2020 23:02:21 +0200 Subject: [PATCH] Keep SwiftLint rule 'sorted_imports' disabled --- .swiftlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.swiftlint.yml b/.swiftlint.yml index fc35b2f..2ca0b49 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -152,7 +152,7 @@ whitelist_rules: - shorthand_operator - single_test_class - sorted_first_last -# - sorted_imports +# - sorted_imports # Managed by SwiftFormat. - statement_position # - static_operator # - strict_fileprivate