Merge "Fix doc8 check"

This commit is contained in:
Zuul 2020-04-09 19:31:29 +00:00 committed by Gerrit Code Review
commit 7fb1f94182
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ commands =
[testenv:pep8]
commands = flake8
# RST linter
doc8 --ignore-path doc/source/contributor/modules doc/source \
octaviaclient HACKING.rst README.rst
doc8 doc/source octaviaclient HACKING.rst README.rst \
CONTRIBUTING.rst
# Run security linter
{[testenv:bandit]commands}
{toxinidir}/tools/coding-checks.sh --pylint {posargs}