From b0c86df9785beb2f29cfc294333ccdb246f844f7 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Thu, 21 Feb 2019 10:33:46 +0530 Subject: [PATCH] update yamllint to ignore cephfs helm Signed-off-by: Madhu Rajanna --- scripts/lint-text.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lint-text.sh b/scripts/lint-text.sh index 066c8d382..c7bcf2f9f 100755 --- a/scripts/lint-text.sh +++ b/scripts/lint-text.sh @@ -44,6 +44,6 @@ run_check '.*\.(ba)?sh' bash -n # Install via: pip install yamllint # disable yamlint chekck for helm chats -run_check '.*\.ya?ml' yamllint -s -d "{extends: default, rules: {line-length: {allow-non-breakable-inline-mappings: true}},ignore: deploy/rbd/helm/templates/*.yaml}" +run_check '.*\.ya?ml' yamllint -s -d "{extends: default, rules: {line-length: {allow-non-breakable-inline-mappings: true}},ignore: deploy/*/helm/templates/*.yaml}" echo "ALL OK."