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, so don't use
this directory any more.

Change-Id: I7010754d7cd3c0d0d601b61bd3a870d59e3e6677
This commit is contained in:
lilintan 2016-09-11 15:53:46 +08:00
parent aba14a4ccd
commit d7e58a7b94
2 changed files with 1 additions and 7 deletions

View File

@ -1,6 +0,0 @@
[DEFAULT]
# The list of modules to copy from oslo-incubator.git
# The base module to hold the copy of openstack.common
base=neutron_lbaas_dashboard

View File

@ -61,4 +61,4 @@ commands = npm install
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