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 in following patch
https://review.openstack.org/#/c/297487/
so don't use this directory any more.

Change-Id: I1bbdfdcc9c9b89ad65b91fd86a81148a3cf0d508
This commit is contained in:
Cady_Chen 2016-11-16 17:16:30 +08:00
parent 3201fc404d
commit f1f75dd0e0
1 changed files with 1 additions and 1 deletions

View File

@ -28,4 +28,4 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
show-source = True
ignore = E123,E125,H803
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build