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:
3
tox.ini
3
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
|
||||
|
||||
Reference in New Issue
Block a user