Update doc8 ignore-path
Ignore the .eggs directory that is created by (among other things) pbr. It contains eggs downloaded by setuptools to build, test, and run plugins, but more to the point, it contains a README.TXT that violates D001 (Line too long). Change-Id: I60a5692f0061ae7568c5cdd4b8482f6b2a963261
This commit is contained in:
parent
c99c3af4ff
commit
c3fb128d78
2
tox.ini
2
tox.ini
@ -121,7 +121,7 @@ commands = bindep test
|
|||||||
usedevelop = False
|
usedevelop = False
|
||||||
|
|
||||||
[doc8]
|
[doc8]
|
||||||
ignore-path = .venv,.git,.tox,*glance/locale*,*lib/python*,glance.egg*,api-ref/build,doc/build,doc/source/contributor/api,doc/test
|
ignore-path = .venv,.git,.tox,.eggs,*glance/locale*,*lib/python*,glance.egg*,api-ref/build,doc/build,doc/source/contributor/api,doc/test
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
# TODO(dmllr): Analyze or fix the warnings blacklisted below
|
# TODO(dmllr): Analyze or fix the warnings blacklisted below
|
||||||
|
Loading…
Reference in New Issue
Block a user