Files
kubevirt.core/.yamllint
Felix Matouschek 57af633431 fix: Ignore generated files in yamllint
Ignore errors found by yamllint in generated files.

Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
2024-03-05 14:39:30 +01:00

19 lines
429 B
Plaintext

---
extends: default
rules:
line-length:
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