Merge "tox: stop validating locale files"

This commit is contained in:
Zuul 2018-02-16 17:23:41 +00:00 committed by Gerrit Code Review
commit 090c512b98

View File

@ -34,8 +34,6 @@ commands =
# Run bashate during pep8 runs to ensure violations are caught by
# the check and gate queues.
{toxinidir}/tools/run_bashate.sh {toxinidir}
# Check that .po and .pot files are valid:
bash -c "find ironic -type f -regex '.*\.pot?' -print0|xargs -0 -n 1 msgfmt --check-format -o /dev/null"
# Check the *.rst files
doc8 README.rst CONTRIBUTING.rst doc/source --ignore D001