the linter varcheck and deadcode are deprecated (since v1.49.0)

Signed-off-by: Fish-pro <zechun.chen@daocloud.io>
Signed-off-by: Drew Gonzales <drew.gonzales@datadoghq.com>
pull/11760/head
Fish-pro 3 years ago committed by Drew Gonzales
parent d588d5673f
commit 9ed9c23528
No known key found for this signature in database

@ -4,7 +4,6 @@ run:
linters:
disable-all: true
enable:
- deadcode
- dupl
- gofmt
- goimports
@ -15,7 +14,6 @@ linters:
- nakedret
- revive
- unused
- varcheck
- staticcheck
linters-settings:

Loading…
Cancel
Save