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
This commit is contained in:
Chmouel Boudjnah
2013-12-10 11:15:14 +01:00
parent 49eb40ecf1
commit 0a3164ddc1

View File

@@ -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