mirror of https://github.com/helm/helm.git
the linter varcheck and deadcode are deprecated (since v1.49.0)
Signed-off-by: Fish-pro <zechun.chen@daocloud.io>
This commit is contained in:
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…
Reference in New Issue