1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-05 07:26:55 +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 - bidichk
- bodyclose - bodyclose
- containedctx - containedctx
- deadcode
- decorder - decorder
- dogsled - dogsled
- durationcheck - durationcheck
@ -31,14 +30,12 @@ linters:
- nosprintfhostport - nosprintfhostport
- paralleltest - paralleltest
- staticcheck - staticcheck
- structcheck
- tenv - tenv
- thelper - thelper
- tparallel - tparallel
- typecheck - typecheck
- unconvert - unconvert
- unused - unused
- varcheck
- wastedassign - wastedassign
- whitespace - whitespace