Trivial: ignore openstack/common in flake8 exclude list

The directory openstack/common doesn't exist any more,
so remove it from flake8 exclude list.

Change-Id: I6f7f6bb9dd8b8e89979efd030a022d7455df67c7
This commit is contained in:
ChangBo Guo(gcb) 2016-05-11 14:44:16 +08:00
parent 406c753a72
commit 12d4936f12
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ commands = bandit -r oslo_utils -x tests -n5
[flake8]
ignore = E123,H405
show-source = True
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,__init__.py
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,__init__.py
[testenv:pip-missing-reqs]
# do not install test-requirements as that will pollute the virtualenv for