summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMorgan Fainberg <m@metacloud.com>2013-08-15 16:56:22 -0700
committerMorgan Fainberg <m@metacloud.com>2013-08-27 00:04:03 -0700
commit35deb1ae1b62a00e749d67715f9a787eb99d0dbb (patch)
tree0fc0d86fb212e353123903f3e95e6a2862f4fdc6 /tox.ini
parent415e01645d13a14911edf457bbd8af5d199cd1f7 (diff)
downloadpython-keystoneclient-35deb1ae1b62a00e749d67715f9a787eb99d0dbb.tar.gz
Fix License Headers and Enable Gating on H102
Add ASLv2 headers to files that were missing it. fixes bug #1211587 Change-Id: Iede918e1ce84993cee4ecbb2d9c2606627fa412e
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 1 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 5054371..72f9ae9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -30,10 +30,8 @@ downloadcache = ~/cache/pip
# F811: redefinition of unused 'client' from line 81
# F821: undefined name
# F841: local variable is assigned to but never used
-# H102: missing copyright header
# H302: import only modules
# H304: no relative imports
-# H404: multi line docstring should start with a summary
-ignore = F811,F821,F841,H102,H302,H304
+ignore = F811,F821,F841,H302,H304
show-source = True
exclude = .venv,.tox,dist,doc,*egg,build