summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDirk Mueller <dirk@dmllr.de>2013-08-04 23:10:16 +0200
committerMorgan Fainberg <m@metacloud.com>2013-08-15 20:35:35 -0700
commitdc5c33a9e52a062cd6742986f780a48ee2d6b383 (patch)
tree475b3f1c88a91a8c9769fe7daecd7466ebce8ee7 /tox.ini
parent0e11cf03cf833f5ad66a0b1b7bc488642dc93135 (diff)
downloadpython-keystoneclient-dc5c33a9e52a062cd6742986f780a48ee2d6b383.tar.gz
Fix and enable Gating on H404
Enable gating on the Hacking H404 check - docstring should start with a summary. Change-Id: I80612a15bd11f689e9e9f4dc2ff812138630ddbd
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 a79e8fe..5054371 100644
--- a/tox.ini
+++ b/tox.ini
@@ -34,6 +34,6 @@ downloadcache = ~/cache/pip
# H302: import only modules
# H304: no relative imports
# H404: multi line docstring should start with a summary
-ignore = F811,F821,F841,H102,H302,H304,H404
+ignore = F811,F821,F841,H102,H302,H304
show-source = True
exclude = .venv,.tox,dist,doc,*egg,build