mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-07-29 10:54:35 +00:00
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:
@@ -12,6 +12,8 @@ rules:
|
|||||||
- /changelogs/changelog.yaml
|
- /changelogs/changelog.yaml
|
||||||
|
|
||||||
ignore:
|
ignore:
|
||||||
|
- .tox/
|
||||||
|
- .venv/
|
||||||
- /tests/integration/targets/inventory_kubevirt/all.yml
|
- /tests/integration/targets/inventory_kubevirt/all.yml
|
||||||
- /tests/integration/targets/inventory_kubevirt/label.yml
|
- /tests/integration/targets/inventory_kubevirt/label.yml
|
||||||
- /tests/integration/targets/inventory_kubevirt/net.yml
|
- /tests/integration/targets/inventory_kubevirt/net.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user