Skip to content

Commit

Permalink
Update .swiftlint.yml (#178)
Browse files Browse the repository at this point in the history
I don't like this rule. Even otel has instances of both indented cases and non-indented cases
  • Loading branch information
dvernon-splunk authored Oct 24, 2023
1 parent 97bcfac commit ab67a63
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 @@ -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
Expand Down

0 comments on commit ab67a63

Please sign in to comment.