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: I815cc67860d4d858d2f17e273ec27a498e11af2a
This commit is contained in:
Luong Anh Tuan 2016-10-31 12:36:29 +07:00
parent 374ce74c31
commit 453110e27d
1 changed files with 1 additions and 1 deletions

View File

@ -32,4 +32,4 @@ commands = {posargs}
# E123, E125 skipped as they are invalid PEP-8.
show-source = True
ignore = E123,E125,H303,F403,H104,H302
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build