remove inactive linters

Signed-off-by: Matthias Rampke <matthias@prometheus.io>
This commit is contained in:
Matthias Rampke 2024-08-18 19:12:14 +00:00
parent 4fcebbde52
commit da51813af4
No known key found for this signature in database
GPG key ID: F9AFF7F67ACE10BA

View file

@ -5,16 +5,13 @@ linters:
disable:
- errcheck
enable:
- deadcode
- goimports
- gosimple
- govet
- ineffassign
- nakedret
- staticcheck
- structcheck
- unused
- varcheck
- whitespace
linters-settings:
govet: