Merge "tox: stop validating locale files"
This commit is contained in:
commit
090c512b98
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