Merge "Include .inc files in doc8 linting"

This commit is contained in:
Zuul 2019-02-21 17:07:24 +00:00 committed by Gerrit Code Review
commit ee91cc96ab
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ commands =
rm -rf doc/build
sphinx-build -W -b html doc/source doc/build/html
# Ignore D001 since we allow lines in excess of 79 characters.
doc8 --ignore D001 --ignore-path .tox --ignore-path doc/build --ignore-path manila.egg-info -e txt -e rst
doc8 --ignore D001 --ignore-path .tox --ignore-path doc/build --ignore-path manila.egg-info -e .txt -e .rst -e .inc
whitelist_externals = rm
[testenv:cover]