From 67691c3cfcbbfd151009b914be42860b2519548d Mon Sep 17 00:00:00 2001 From: Luong Anh Tuan Date: Mon, 31 Oct 2016 11:19:34 +0700 Subject: [PATCH] Don't include openstack/common in flake8 exclude list There is no this directory openstack/common which was used to keep codes from oslo-incubator, we have retired oslo-incubator. Removing openstack/commonfrom all OpenStack code in favor of the Oslo libraries is a project wide goal for the Ocata release. So don't use this directory any more. We should drop it for improving searching efficiency. Change-Id: If2ca9333319fd78a53c73ab313411ed2f17b07f2 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ca936b18..6c6e4a75 100644 --- a/tox.ini +++ b/tox.ini @@ -42,6 +42,6 @@ commands = python setup.py build_sphinx show-source = True ignore = H803 builtins = _ -exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build,*autogenerate_config_docs/venv,*autogenerate_config_docs/sources +exclude=.venv,.git,.tox,dist,*lib/python*,*egg,build,*autogenerate_config_docs/venv,*autogenerate_config_docs/sources # 28 is currently the most complex thing we have max-complexity=29