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:
- gofmt
- govet
- deadcode
- depguard
- goimports
- ineffassign
- misspell
- unused
- varcheck
- revive
- staticcheck
- typecheck

Loading…
Cancel
Save