From f1cfce0e5c11388275fdc1906d6cdd79475aec6c Mon Sep 17 00:00:00 2001 From: Bilaal Rashid <42493384+bilaalrashid@users.noreply.github.com> Date: Tue, 9 Jul 2024 21:08:56 +0100 Subject: [PATCH] Remove pattern_matching_keywords swiftlint rule --- .swiftlint.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.swiftlint.yml b/.swiftlint.yml index 1321f45..ccfd60a 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -38,7 +38,6 @@ opt_in_rules: - multiline_parameters_brackets - operator_usage_whitespace - overridden_super_call - - pattern_matching_keywords - prefer_self_type_over_type_of_self - redundant_nil_coalescing - redundant_type_annotation