1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00
kyverno/.golangci.yml
Yuvraj 69eeb34bef codeclimate and golangci-lint added
Signed-off-by: Yuvraj <yuvraj.yad001@gmail.com>
2020-03-24 02:01:50 +05:30

17 lines
No EOL
230 B
YAML

linters:
enable:
- gosec
- errcheck
- gosimple
- bodyclose
- staticcheck
disable:
- ineffassign
- deadcode
- unused
- structcheck
run:
skip-files:
- ".+_test.go"
- ".+_test_.+.go"