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."