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

Signed-off-by: Fish-pro <zechun.chen@daocloud.io>
(cherry picked from commit c1108177a9)
release-3.11
Fish-pro 3 years ago committed by Matt Farina
parent d44881ddc0
commit 321d3f32d8
No known key found for this signature in database
GPG Key ID: 92C44A3D421FF7F9

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

Loading…
Cancel
Save