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