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: disable:
- errcheck - errcheck
enable: enable:
- deadcode
- goimports - goimports
- gosimple - gosimple
- govet - govet
- ineffassign - ineffassign
- nakedret - nakedret
- staticcheck - staticcheck
- structcheck
- unused - unused
- varcheck
- whitespace - whitespace
linters-settings: linters-settings:
govet: govet: