Skip to content

Commit

Permalink
disable one check
Browse files Browse the repository at this point in the history
  • Loading branch information
Maarten van der Heijden committed Sep 20, 2023
1 parent 614eeb4 commit 1073c4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
linters-settings:
gocritic:
disabled-checks:
- "paramTypeCombine"
enabled-tags:
- "performance"
- "style"
Expand Down Expand Up @@ -49,7 +51,7 @@ linters:
- ineffassign
- interfacebloat
- interfacer
# - ireturn # We disable this one since we're returning any's anyway.
# - ireturn # We disable this one since we're returning any's anyway.
- loggercheck
- maintidx
- makezero
Expand Down

0 comments on commit 1073c4d

Please sign in to comment.