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:
|
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…
Reference in New Issue