remove deprecated golangci-lint linters

Linters 'deadcode' and 'varcheck' are deprecated since v1.49.0
and had been replaced by 'unused'

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
pull/1643/head
CrazyMax 2 years ago
parent e16c1b289b
commit 5258e44030
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

@ -11,13 +11,11 @@ linters:
enable: enable:
- gofmt - gofmt
- govet - govet
- deadcode
- depguard - depguard
- goimports - goimports
- ineffassign - ineffassign
- misspell - misspell
- unused - unused
- varcheck
- revive - revive
- staticcheck - staticcheck
- typecheck - typecheck

Loading…
Cancel
Save