golangci-lint: rm prealloc,{rowserr,sqlclose}check
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-06-14 14:37:35 +02:00
parent 8ed7525297
commit 06485ba003
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -34,10 +34,8 @@ linters:
- ineffassign
# - ifshort
- misspell
- prealloc
# - prealloc # disable for now as it might be premature optimisation
- revive
- rowserrcheck
- sqlclosecheck
- unconvert
- unparam
- varcheck