Merge "Enable yamllint strict mode"

This commit is contained in:
Zuul 2018-07-03 06:51:19 +00:00 committed by Gerrit Code Review
commit f14ac4bc3c

@ -42,7 +42,7 @@ commands =
doc8 doc
python {toxinidir}/tools/validate-all-file.py
bandit -r ansible kolla_ansible tests tools
yamllint .
yamllint -s .
[testenv:bandit]
commands = bandit -r ansible kolla_ansible tests tools