Merge "Don't include openstack/common in flake8 exclude list"

This commit is contained in:
Jenkins 2016-10-14 07:34:57 +00:00 committed by Gerrit Code Review
commit 97eeb8fecc
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
ignore = D100,D101,D102,D103,D104,D105,D200,D203,D202,D204,D205,D208,D400,D401
show-source = true
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools,scripts
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools,scripts
[hacking]
local-check-factory = mistral.hacking.checks.factory