tox: stop validating locale files
They are autogenerated, and the updates are submitted automatically. There is no much value in validating them. Also the recent translation update https://review.openstack.org/#/c/542609/ removes the last pot file and this validation starts failing. Change-Id: I08a5c6acf4312df307aee4ba66f3d957191c8708
This commit is contained in:
parent
2d0dab2bab
commit
708a69879c
2
tox.ini
2
tox.ini
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user