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 2 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:
disable-all: true
enable:
- deadcode
- dupl
- gofmt
- goimports
@ -15,7 +14,6 @@ linters:
- nakedret
- revive
- unused
- varcheck
- staticcheck
linters-settings:

Loading…
Cancel
Save