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

Signed-off-by: Fish-pro <zechun.chen@daocloud.io>
pull/11779/head
Fish-pro 2 years ago
parent 76157c6d06
commit c1108177a9

@ -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