mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-05-08 06:12:39 +00:00
Merge pull request #53 from 0xFelix/yamllint-update
fix: Ignore generated files in yamllint
This commit is contained in:
12
.yamllint
12
.yamllint
@@ -4,3 +4,15 @@ extends: default
|
|||||||
rules:
|
rules:
|
||||||
line-length:
|
line-length:
|
||||||
max: 140
|
max: 140
|
||||||
|
document-start:
|
||||||
|
ignore:
|
||||||
|
- /changelogs/changelog.yaml
|
||||||
|
indentation:
|
||||||
|
ignore:
|
||||||
|
- /changelogs/changelog.yaml
|
||||||
|
|
||||||
|
ignore:
|
||||||
|
- /tests/integration/targets/inventory_kubevirt/all.yml
|
||||||
|
- /tests/integration/targets/inventory_kubevirt/label.yml
|
||||||
|
- /tests/integration/targets/inventory_kubevirt/net.yml
|
||||||
|
- /tests/integration/targets/inventory_kubevirt/empty.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user