Don't include openstack/common in flake8

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: I9e6bbf6c0000f4a4e2d112b6a5d35a83c07b347d
This commit is contained in:
jiansong 2016-08-12 04:54:57 -07:00
parent acb3d96ef0
commit d48d3d3c25

View File

@ -51,4 +51,4 @@ show-source = True
# H405 multi line docstring summary not separated with an empty line
ignore = E123,E125,H405
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,.ropeproject,tools,releasenotes
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,.ropeproject,tools,releasenotes