mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
d8a4c709f8
Signed-off-by: Charles-Edouard Brétéché <charled.breteche@gmail.com> Co-authored-by: shuting <shuting@nirmata.com>
30 lines
441 B
YAML
30 lines
441 B
YAML
linters:
|
|
enable:
|
|
- asciicheck
|
|
- bidichk
|
|
- bodyclose
|
|
- containedctx
|
|
- deadcode
|
|
- durationcheck
|
|
- errcheck
|
|
- exportloopref
|
|
- gosec
|
|
- gosimple
|
|
- govet
|
|
- ineffassign
|
|
- staticcheck
|
|
- structcheck
|
|
- tenv
|
|
- thelper
|
|
- tparallel
|
|
- typecheck
|
|
- unconvert
|
|
- unused
|
|
- varcheck
|
|
- whitespace
|
|
|
|
run:
|
|
timeout: 5m
|
|
skip-files:
|
|
- ".+_test.go"
|
|
- ".+_test_.+.go"
|