Don't include openstack/common in flake8 exclude list

There is no this directory openstack/common which was used
to keep codes from oslo-incubator, we have retired oslo-incubator.
Removing openstack/commonfrom all OpenStack code in favor of the
Oslo libraries is a project wide goal for the Ocata release. So
don't use this directory any more. We should drop it for improving
searching efficiency.

Change-Id: Id4ff616ccb2dd28dac6d6ac40c9637644b783343
This commit is contained in:
gecong1973 2016-11-25 09:52:56 +08:00 committed by Dmitry Ukov
parent e7fe804207
commit d492b19f45
1 changed files with 1 additions and 1 deletions

View File

@ -38,4 +38,4 @@ commands = oslo_debug_helper {posargs}
show-source = True
ignore = E123,E125
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build