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:
Brian Rosmaita 2022-03-11 13:27:26 -05:00
parent c99c3af4ff
commit c3fb128d78

View File

@ -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