mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-26 19:03:16 +00:00
Ignore errors found by yamllint in generated files. Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
19 lines
429 B
Plaintext
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
|