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: Icbf6d9133d0a227654e1ad3bc69f0671cd09fb02
This commit is contained in:
Luong Anh Tuan 2016-10-31 11:11:48 +07:00
parent 7e25ecd0a8
commit e3480e7314
1 changed files with 1 additions and 1 deletions

View File

@ -53,4 +53,4 @@ commands =
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