Don't include openstack/common in flake8 exclude list

The directory openstack/common was used to keep codes from oslo-incubator,
we have retired oslo-incubator,so don't use this directory any more

Change-Id: Ib222cf20945f473d628c1b25b8276ddf307b69a1
This commit is contained in:
nizam 2016-10-21 23:30:45 +05:30
parent c9d1f7bf75
commit 16cd8ade86

View File

@ -36,4 +36,4 @@ commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenote
show-source = True
ignore = E721,H404,H405,H803
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build