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 039c98fa30
3 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,5 @@
#!/bin/bash
# Settings needed for the Sahara plugin
# -------------------------------------

View File

@ -1,3 +1,5 @@
#!/bin/bash
register_project_for_upgrade sahara
register_db_to_save sahara
devstack_localrc base disable_service n-net

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 =