Skip to content

Commit

Permalink
lint: Disable 'ifElseChain' gocritic check
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechampine committed Mar 26, 2024
1 parent e781eaa commit 88ba8c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .golangci.yml
Expand Up @@ -82,6 +82,10 @@ linters-settings:
- hexLiteral
- underef
- equalFold
# (Effectively) disable ifElseChain
settings:
ifElseChain:
minThreshold: 20
revive:
ignore-generated-header: true
rules:
Expand Down

0 comments on commit 88ba8c8

Please sign in to comment.