From ab67a634fd61ba883a91c1cb3771e7866bb66ecb Mon Sep 17 00:00:00 2001 From: dvernon-splunk <113639370+dvernon-splunk@users.noreply.github.com> Date: Tue, 24 Oct 2023 10:51:10 -0600 Subject: [PATCH] Update .swiftlint.yml (#178) I don't like this rule. Even otel has instances of both indented cases and non-indented cases --- .swiftlint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.swiftlint.yml b/.swiftlint.yml index a454f8fd..74e64d47 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -12,6 +12,7 @@ disabled_rules: - private_over_fileprivate - cyclomatic_complexity - missing_docs + - switch_case_alignment # Not really sure about a bunch of these, just turning most stuff in the 'performance' and 'lint' categories opt_in_rules: - unowned_variable_capture