Fix doc8 check

A previous patch added an ignore for the modules documentation
that we don't use in python-octaviaclient.
It also missed the CONTRIBUTING.rst document.

This patch corrects those issues.

Change-Id: Iddf03867321c08c50ed374c5e33552604f60c701
This commit is contained in:
Michael Johnson 2020-03-17 13:37:38 -07:00
parent 1222d3510c
commit d1fb78b05f
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}