Drop *openstack/common* in flake8 exclude list

We have not *openstack/common* directory in vitrage, so
we should drop it for improving searching efficiency.

Change-Id: I9d78c4caf50571ff8cadef87eef471cf1c945875
This commit is contained in:
Li Wei 2016-10-09 09:19:08 +08:00 committed by liwei
parent c50bf9e68e
commit f414ac793b

View File

@ -39,7 +39,7 @@ 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
[testenv:releasenotes]