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: I3cccf9dc3a70798d5b30ab40837591e676e5ce30
This commit is contained in:
nizam 2016-10-14 16:14:42 +05:30 committed by abdul nizamuddin
parent 57c418d05b
commit 74f4cc88e0
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ commands = {posargs}
# E128 continuation line under-indented for visual indent
ignore = H302,H306,H402,H404,H405,H904,E126,E128
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*openstack/deprecated*,*lib/python*,*egg,build,tools,.ropeproject
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,tools,.ropeproject
[hacking]
local-check-factory = designate.hacking.checks.factory