mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-05 15:37:19 +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
|
- 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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue