Skip to content

Commit

Permalink
Disable unnamedResult et al in gocritic
Browse files Browse the repository at this point in the history
...as is done in other projects.

Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
  • Loading branch information
tpantelis committed May 6, 2024
1 parent 53abac0 commit da791e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ linters-settings:
- opinionated
- performance
- style
disabled-checks:
- ifElseChain
- unnamedResult
gocyclo:
min-complexity: 15
goheader:
Expand Down

0 comments on commit da791e7

Please sign in to comment.