summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChmouel Boudjnah <chmouel@enovance.com>2013-12-10 11:15:14 +0100
committerChmouel Boudjnah <chmouel@enovance.com>2013-12-10 11:21:10 +0100
commit0a3164ddc1b0fe508e1da66b89ef8ee515b06fb3 (patch)
tree13f5aa0bd9b413a8865884ac92219c6cffae9d0d /tox.ini
parent49eb40ecf19cddd2dd2e193bc2ca0187c6965708 (diff)
downloadpython-keystoneclient-0a3164ddc1b0fe508e1da66b89ef8ee515b06fb3.tar.gz
Allow commit title messages to end with a period.
Match what we have in keystone (http://git.io/BNnRcw) Closes-Bug: 1259488 Change-Id: I6baa0504b9df1f5094df1249d7d902f2188fd95a
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 8a3cda1..de36cc2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -31,6 +31,7 @@ downloadcache = ~/cache/pip
[flake8]
# F821: undefined name
# H304: no relative imports
-ignore = F821,H304
+# H803 Commit message should not end with a period (do not remove per list discussion)
+ignore = F821,H304,H803
show-source = True
exclude = .venv,.tox,dist,doc,*egg,build