From 9da1757c9df633b2fa4897c88bde3f5a4da50e28 Mon Sep 17 00:00:00 2001 From: Antonio Torres Date: Thu, 25 Jan 2024 10:41:16 +0100 Subject: [PATCH] Ignore RHTAP config files during YAML lint Signed-off-by: Antonio Torres --- .yamllint | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.yamllint b/.yamllint index da5b40c8..47b26c73 100644 --- a/.yamllint +++ b/.yamllint @@ -4,6 +4,9 @@ yaml-files: - '*.yml' - '.yamllint' +ignore: | + .tekton/* + extends: default rules: line-length: