Add bashate check for devstack scripts
Change-Id: I46a1be12053fcfa70c4a7ed3bdd551e3f72b984f
This commit is contained in:
parent
0eaf663630
commit
0875ecd07d
3
tox.ini
3
tox.ini
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user