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