test(golangci): adapt list of default linters
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Markus Pesch 2025-01-08 19:11:04 +01:00
parent 95a3fed462
commit b56521645e
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -1,7 +1,7 @@
issues:
exclude-dirs:
- it
run:
timeout: 10m
tests: true
@ -10,16 +10,13 @@ linters:
disable-all: true
enable:
# Default
- deadcode
- errcheck
- gosimple
- govet
- ineffassign
- staticcheck
- structcheck
- typecheck
- unused
- varcheck
# Additionally linters
- bodyclose