Merge "Include doc directory in pep8 checks"

This commit is contained in:
Jenkins 2016-07-02 04:40:39 +00:00 committed by Gerrit Code Review
commit d7a08e05fc
2 changed files with 41 additions and 41 deletions

View File

@ -140,7 +140,7 @@ show-source = true
# D203: 1 blank line required before class docstring (deprecated in pep257)
ignore = D100,D101,D102,D103,D104,D203
exclude=.venv,.git,.tox,build,dist,doc,*openstack/common*,*lib/python*,*egg,tools,vendor,.update-venv,*.ini,*.po,*.pot
exclude=.venv,.git,.tox,build,dist,*openstack/common*,*lib/python*,*egg,tools,vendor,.update-venv,*.ini,*.po,*.pot
max-complexity=24
[testenv:docs]