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:
parent
b4c1590ff3
commit
04e73e0e2f
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue