From 4df0f8c3461241f54ce81f45dd206ae2d0934065 Mon Sep 17 00:00:00 2001 From: John Bley Date: Wed, 8 Nov 2023 09:47:16 -0600 Subject: [PATCH] Disable unneeded_override as default auto-generated code has it (#183) --- .swiftlint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.swiftlint.yml b/.swiftlint.yml index 74e64d47..89f7f477 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -13,6 +13,7 @@ disabled_rules: - cyclomatic_complexity - missing_docs - switch_case_alignment + - unneeded_override # Not really sure about a bunch of these, just turning most stuff in the 'performance' and 'lint' categories opt_in_rules: - unowned_variable_capture