Fix gocritic

This commit is contained in:
Kristoffer Dalby 2021-11-24 10:13:41 +00:00
parent 1f1c45a2c0
commit 2eca344f0e
1 changed files with 7 additions and 3 deletions

View File

@ -25,9 +25,6 @@ linters:
- godox
- ireturn
# In progress
- gocritic
# We should strive to enable these:
- wrapcheck
- dupl
@ -51,3 +48,10 @@ linters-settings:
- ip
- ok
- c
gocritic:
disabled-checks:
- appendAssign
# TODO(kradalby): Remove this
- ifElseChain