From 43c250466b38afd4ab7ef0b28a340fbce16d3013 Mon Sep 17 00:00:00 2001 From: Luong Anh Tuan Date: Mon, 31 Oct 2016 10:56:30 +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: I4caf7f55dbe992863eaea07ddbbfe0070c1f5fd8 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7d8b8111c..70f3c0905 100644 --- a/tox.ini +++ b/tox.ini @@ -33,4 +33,4 @@ commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenote [flake8] show-source = True ignore = F403,H102,H303 -exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build +exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build