Start work on making gocritic pass

This commit is contained in:
Kristoffer Dalby 2021-11-14 18:44:37 +01:00
parent ba084b9987
commit 53ed749f45
No known key found for this signature in database
GPG key ID: 09F62DC067465735
6 changed files with 27 additions and 19 deletions

View file

@ -25,6 +25,9 @@ linters:
- godox
- ireturn
# In progress
- gocritic
# We should strive to enable these:
- testpackage
- stylecheck
@ -34,7 +37,6 @@ linters:
- forcetypeassert
- errname
- gosec
- gocritic
- forbidigo
- dupl
- varnamelen