1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00

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

This commit is contained in:
Fish-pro 2023-02-01 13:04:55 +08:00 committed by GitHub
parent b4c1590ff3
commit 04e73e0e2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,6 @@ linters:
- bidichk
- bodyclose
- containedctx
- deadcode
- decorder
- dogsled
- durationcheck
@ -31,14 +30,12 @@ linters:
- nosprintfhostport
- paralleltest
- staticcheck
- structcheck
- tenv
- thelper
- tparallel
- typecheck
- unconvert
- unused
- varcheck
- wastedassign
- whitespace