mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
d5ea0415de
* Feature : Added complete release cycle and created install bash script for kyverno-cli
18 lines
201 B
YAML
18 lines
201 B
YAML
engines:
|
|
govet:
|
|
enabled: true
|
|
golint:
|
|
enabled: false
|
|
gofmt:
|
|
enabled: true
|
|
|
|
ratings:
|
|
paths:
|
|
- "**.go"
|
|
|
|
exclude_paths:
|
|
- documentation/
|
|
- charts
|
|
- definitions
|
|
- samples
|
|
- scripts
|