mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
69eeb34bef
Signed-off-by: Yuvraj <yuvraj.yad001@gmail.com>
18 lines
No EOL
202 B
YAML
18 lines
No EOL
202 B
YAML
engines:
|
|
govet:
|
|
enabled: true
|
|
golint:
|
|
enabled: false
|
|
gofmt:
|
|
enabled: true
|
|
|
|
ratings:
|
|
paths:
|
|
- "**.go"
|
|
|
|
exclude_paths:
|
|
- documentation/
|
|
- definitions
|
|
- gh-pages
|
|
- samples
|
|
- scripts |