Add validate scrits to linters
In an effort to reduce the number of gates, we can combine non-conflicting jobs as we have already done with pep8 and bashate TrivialFix Change-Id: I81c2e523c563f8c761b57c8f20ca807d59da5d68
This commit is contained in:
parent
6b65aed50b
commit
d3a0f222cf
3
tox.ini
3
tox.ini
@ -18,6 +18,9 @@ commands =
|
|||||||
commands =
|
commands =
|
||||||
{toxinidir}/tools/run-bashate.sh
|
{toxinidir}/tools/run-bashate.sh
|
||||||
flake8 {posargs}
|
flake8 {posargs}
|
||||||
|
{toxinidir}/tools/validate-all-json.sh
|
||||||
|
{toxinidir}/tools/validate-all-yaml.sh
|
||||||
|
{toxinidir}/tools/validate-all-maintainer.sh
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
commands =
|
commands =
|
||||||
|
Loading…
Reference in New Issue
Block a user