update yamllint to ignore cephfs helm

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2019-02-21 10:33:46 +05:30
parent 3ac5af6ce6
commit b0c86df978

View File

@ -44,6 +44,6 @@ run_check '.*\.(ba)?sh' bash -n
# Install via: pip install yamllint # Install via: pip install yamllint
# disable yamlint chekck for helm chats # 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." echo "ALL OK."