Delete *openstack/common* in flake8 exclude list

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

Change-Id: I0f41e65e78e082cdd0f637ab07fb872b1b195a86
This commit is contained in:
Sharat 2016-11-05 19:06:21 +05:30 committed by Sharat
parent 95e11425b3
commit 539d53cf31
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ commands = oslo_debug_helper {posargs}
[flake8]
show-source = True
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
[testenv:releasenotes]
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html