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: Ib6b1714ab24aae952081e519609e5e99cf4babc2
This commit is contained in:
ChangBo Guo(gcb) 2016-05-11 20:38:01 +08:00
parent 93aee73d37
commit 5a8969c97b
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ commands = python setup.py test --coverage --coverage-package-name=oslo_policy -
show-source = True
ignore = H803
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
[hacking]
import_exceptions = oslo_policy._i18n