fix: Ignore generated files in yamllint

Ignore errors found by yamllint in generated files.

Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
Felix Matouschek
2024-03-05 14:39:30 +01:00
parent d1047a2ed9
commit 57af633431

View File

@@ -4,3 +4,15 @@ 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