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