summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChris Yeoh <cyeoh@au1.ibm.com>2013-12-06 10:47:41 +1030
committerChris Yeoh <cyeoh@au1.ibm.com>2013-12-06 10:47:41 +1030
commit50685437eda29150efcae3e171d3467c32fd958d (patch)
tree460fdd2cf0e907d8bd3a0baa4330a7f633ea2b48 /tox.ini
parent6724b2e30d1475999c46ce15f4ba3ce51614c1b3 (diff)
downloadpython-novaclient-50685437eda29150efcae3e171d3467c32fd958d.tar.gz
Enable hacking check for Apache 2.0 license
Removes H102 (license header not found) check from flake8 ignore list. Adds missing apache license headers. Change-Id: I109f23c6d8b2e3efb1dac7f764bd77e0d9d335f0
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 6ec26762..8cf7dd71 100644
--- a/tox.ini
+++ b/tox.ini
@@ -24,6 +24,6 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
downloadcache = ~/cache/pip
[flake8]
-ignore = E12,E711,E721,E712,F841,F811,F821,H102,H302,H306,H403,H404
+ignore = E12,E711,E721,E712,F841,F811,F821,H302,H306,H403,H404
show-source = True
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build