Merge "Fix E005 bashate error"

This commit is contained in:
Jenkins 2015-11-10 11:59:47 +00:00 committed by Gerrit Code Review
commit b03ad7ed6c
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ commands =
bash -c "find sahara -type f -regex '.*\.pot?' -print0|xargs -0 -n 1 msgfmt --check-format -o /dev/null"
# Run bashate checks
bash -c "find sahara -iname '*.sh' -print0 | xargs -0 bashate -v"
bash -c "find devstack -not -name README.rst -type f -print0 | xargs -0 bashate -v"
bash -c "find devstack -not -name README.rst -and -not -name \*.json -type f -print0 | xargs -0 bashate -v"
[testenv:doc8]
deps =