mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
18 lines
202 B
YAML
18 lines
202 B
YAML
|
engines:
|
||
|
govet:
|
||
|
enabled: true
|
||
|
golint:
|
||
|
enabled: false
|
||
|
gofmt:
|
||
|
enabled: true
|
||
|
|
||
|
ratings:
|
||
|
paths:
|
||
|
- "**.go"
|
||
|
|
||
|
exclude_paths:
|
||
|
- documentation/
|
||
|
- definitions
|
||
|
- gh-pages
|
||
|
- samples
|
||
|
- scripts
|