summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorpawnesh.kumar <pawnesh.kumar@nectechnologies.in>2016-10-09 03:27:07 +0530
committerpawnesh kumar <pawnesh.kumar@nectechnologies.in>2016-11-09 10:57:14 +0000
commit98f237293724da4fdefd75871ddfd0491eaaea95 (patch)
tree41d29307cabaff5681a437674622f4a8f8a26d71 /tox.ini
parentf20c53bbe867b13d02521ab7b3dc4d6649d6b414 (diff)
downloadheat-98f237293724da4fdefd75871ddfd0491eaaea95.tar.gz
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 in following patch https://review.openstack.org/#/c/297487/ so don't use this directory any more. Change-Id: Id20b9cb8cd63e018a2f566cb12600b8f9e518665
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 38b442bae..74ebb4ef5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -75,7 +75,7 @@ commands = bandit -c bandit.yaml -r heat -n5 -p heat_conservative
[flake8]
show-source = true
-exclude=.*,dist,*openstack/common*,*lib/python*,*egg,build,*convergence/scenarios/*
+exclude=.*,dist,*lib/python*,*egg,build,*convergence/scenarios/*
max-complexity=20
[hacking]