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>
This commit is contained in:
Felix Matouschek
2024-07-03 11:42:08 +02:00
parent 7049570c68
commit c279ba5fba

View File

@@ -12,6 +12,8 @@ rules:
- /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