From 539d53cf312697ff5a51cf096a1add461464cae1 Mon Sep 17 00:00:00 2001 From: Sharat Date: Sat, 5 Nov 2016 19:06:21 +0530 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2c23682..5a820d2 100644 --- a/tox.ini +++ b/tox.ini @@ -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