Skip to content

Commit

Permalink
Disable unneeded_override as default auto-generated code has it (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbley authored Nov 8, 2023
1 parent 00cf816 commit 4df0f8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4df0f8c

Please sign in to comment.