12 lines
171 B
Text
12 lines
171 B
Text
|
# vim: ft=yaml
|
||
|
---
|
||
|
yaml-files:
|
||
|
- "*.yaml"
|
||
|
- "*.yml"
|
||
|
- ".yamllint"
|
||
|
ignore: "dist/helm/"
|
||
|
extends: "default"
|
||
|
rules:
|
||
|
quoted-strings: "enable"
|
||
|
line-length: "disable"
|