Add bashate check for devstack scripts

Change-Id: I46a1be12053fcfa70c4a7ed3bdd551e3f72b984f
This commit is contained in:
Sergey Reshetnyak 2015-07-01 20:06:28 +03:00
parent 6f0bd27ca0
commit 5d68c478d9
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@ commands =
# Check that .po and .pot files are valid:
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"
bash -c "find sahara -iname '*.sh' -print0 | xargs -0 bashate -v"
bash -c "find devstack -type f -print0 | xargs -0 bashate -v"
[testenv:doc8]
deps =