Files
kubevirt.core/.yamllint
Felix Matouschek c279ba5fba chore(yamllint): Exclude .tox/ and .venv/
Do not lint files in .tox/ and .venv/ which are out of our control.

Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
2024-07-10 15:32:40 +02:00

21 lines
450 B
Plaintext

---
extends: default
rules:
line-length:
max: 140
document-start:
ignore:
- /changelogs/changelog.yaml
indentation:
ignore:
- /changelogs/changelog.yaml
ignore:
- .tox/
- .venv/
- /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