mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-14 19:58:45 +00:00
33 lines
489 B
YAML
33 lines
489 B
YAML
linters:
|
|
enable:
|
|
- asciicheck
|
|
- bidichk
|
|
- bodyclose
|
|
- containedctx
|
|
- deadcode
|
|
- durationcheck
|
|
- errcheck
|
|
- exportloopref
|
|
- gochecknoinits
|
|
- gosec
|
|
- gosimple
|
|
- govet
|
|
- importas
|
|
- ineffassign
|
|
- noctx
|
|
- staticcheck
|
|
- structcheck
|
|
- tenv
|
|
- thelper
|
|
- tparallel
|
|
- typecheck
|
|
- unconvert
|
|
- unused
|
|
- varcheck
|
|
- whitespace
|
|
|
|
run:
|
|
timeout: 5m
|
|
skip-files:
|
|
- ".+_test.go"
|
|
- ".+_test_.+.go"
|