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>
This commit is contained in:
CrazyMax 2023-02-22 14:40:14 +01:00
parent e16c1b289b
commit 5258e44030
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

View File

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