.yamllint: adjust rules for kustomization files
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
This commit is contained in:
parent
a2c45db3a4
commit
90bf5fca60
1 changed files with 6 additions and 0 deletions
|
@ -8,3 +8,9 @@ extends: default
|
|||
|
||||
rules:
|
||||
line-length: disable
|
||||
document-start:
|
||||
ignore:
|
||||
- kustomization.yaml
|
||||
indentation:
|
||||
ignore:
|
||||
- kustomization.yaml
|
||||
|
|
Loading…
Reference in a new issue