From 3931b7355a19cd6baddc6733e39caedb6f09a2d6 Mon Sep 17 00:00:00 2001 From: nizam Date: Fri, 28 Oct 2016 19:58:26 +0530 Subject: [PATCH] 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: Ia64e7412505fe763e395405a0b3e1fa561677a5e --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 0357667..411411d 100644 --- a/tox.ini +++ b/tox.ini @@ -45,6 +45,6 @@ commands = python setup.py build_sphinx commands = pylint --rcfile .pylintrc disaster_recovery [flake8] -exclude = .venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build,panel_template,dash_template,local_settings.py,*/local/*,*/test/test_plugins/*,.ropeproject,tools,doc +exclude = .venv,.git,.tox,dist,*lib/python*,*egg,build,panel_template,dash_template,local_settings.py,*/local/*,*/test/test_plugins/*,.ropeproject,tools,doc max-complexity = 20 -ignore = H405,H404,H403,H401,H238,H306,H701 \ No newline at end of file +ignore = H405,H404,H403,H401,H238,H306,H701