Drop *openstack/common* in flake8 exclude

There is not *openstack/common* directory in watcher-dashboard,
we should drop it for improving searching efficiency.

Change-Id: Ie37d37b28640b00c87f30bb5c263647a54cab4e7
This commit is contained in:
Li Wei 2016-09-21 15:35:43 +08:00
parent 9481f0551e
commit 7fa7901476

View File

@ -57,4 +57,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
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,.ropeproject,tools