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 <[email protected]>
  • Loading branch information
tpantelis committed May 6, 2024
1 parent 5ea1673 commit 51aed88
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 51aed88

Please sign in to comment.