1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00
kyverno/.golangci.yml
Charles-Edouard Brétéché 925436104c
chore: enable asciicheck and bidichk linters (#3871)
Signed-off-by: Charles-Edouard Brétéché <charled.breteche@gmail.com>

Co-authored-by: Sambhav Kothari <sambhavs.email@gmail.com>
2022-05-10 22:09:19 +00:00

24 lines
341 B
YAML

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