From 4aa1bce5055d7a34527df1d92f6e316010f75820 Mon Sep 17 00:00:00 2001 From: Hanxi Liu Date: Tue, 2 Aug 2016 19:43:26 +0800 Subject: [PATCH] Delete openstack/common from the exclude list of flake8 in tox 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: I3ab5e9a9c3aad923cd4772cb060a1c6d98f0ee4f --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c74ff51a..fdc66cc3 100644 --- a/tox.ini +++ b/tox.ini @@ -108,7 +108,7 @@ commands = pifpaf -g AODH_TEST_STORAGE_URL run postgresql -- oslo_debug_helper { [flake8] ignore = -exclude=.venv,.git,.tox,dist,doc,./aodh/openstack/common,*lib/python*,*egg,build,install-guide +exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,install-guide show-source = True [hacking]