From d54aff8258b851c6a84276101b287015a5a46dba Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Fri, 31 Mar 2023 14:35:05 -0700 Subject: [PATCH] Disable a new swiftlint rule --- .swiftlint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.swiftlint.yml b/.swiftlint.yml index 9c04c40ea0..a88da067b5 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -21,6 +21,7 @@ identifier_name: - pk - to disabled_rules: + - blanket_disable_command - block_based_kvo # SwiftLint considers 'Realm' and 'Realm.Private' to be duplicate imports # because we're using submodules in an unsual way, and normally the parent