From 57af6334316314c5f0c9d4af3174eb44088a2ae5 Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Tue, 5 Mar 2024 14:39:30 +0100 Subject: [PATCH] fix: Ignore generated files in yamllint Ignore errors found by yamllint in generated files. Signed-off-by: Felix Matouschek --- .yamllint | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.yamllint b/.yamllint index 7f74f9b..85fa638 100644 --- a/.yamllint +++ b/.yamllint @@ -4,3 +4,15 @@ 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