From c279ba5fba9c4285e3350ff5a7b645df6a768ee4 Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Wed, 3 Jul 2024 11:42:08 +0200 Subject: [PATCH] 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 --- .yamllint | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.yamllint b/.yamllint index 85fa638..61eb9c1 100644 --- a/.yamllint +++ b/.yamllint @@ -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