From aa969e2a93006fbff8999cfa7f1c8f977d9c1199 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Wed, 29 Sep 2021 15:31:19 -0400 Subject: [PATCH] yamllint: ignore files managed by kustomize --- .yamllint | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.yamllint b/.yamllint index e79e4dd6..5155cedf 100644 --- a/.yamllint +++ b/.yamllint @@ -3,8 +3,9 @@ extends: default ignore: | .cache/ - deploy/olm-catalog - config/testing/kustomization.yaml + kustomization.yaml + awx-operator.clusterserviceversion.yaml + bundle rules: truthy: disable