1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00
kyverno/.golangci.yml

32 lines
462 B
YAML
Raw Normal View History

linters:
enable:
- asciicheck
- bidichk
- bodyclose
- containedctx
- deadcode
- durationcheck
- errcheck
- exportloopref
- gochecknoinits
- gosec
- gosimple
- govet
- ineffassign
- staticcheck
- structcheck
- tenv
- thelper
- tparallel
- typecheck
- unconvert
- unused
- varcheck
- whitespace
run:
timeout: 5m
skip-files:
- ".+_test.go"
- ".+_test_.+.go"