Update doc8 ignore-path
Ignore the entire .eggs directory. 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: I8f3f4bfb7d720e78d242fbb63d5bf457d8cfb2e2
This commit is contained in:
parent
b69353b6c8
commit
e87bc62f17
2
tox.ini
2
tox.ini
@ -226,5 +226,5 @@ extension =
|
||||
paths = ./cinder/tests/hacking
|
||||
|
||||
[doc8]
|
||||
ignore-path=.tox,*.egg-info,doc/src/api,doc/source/drivers.rst,doc/build,.eggs/*/EGG-INFO/*.txt,doc/source/configuration/tables,./*.txt,releasenotes,doc/source/contributor/api,doc/test
|
||||
ignore-path=.tox,*.egg-info,doc/src/api,doc/source/drivers.rst,doc/build,.eggs,doc/source/configuration/tables,./*.txt,releasenotes,doc/source/contributor/api,doc/test
|
||||
extension=.txt,.rst,.inc
|
||||
|
Loading…
Reference in New Issue
Block a user