Merge "Allow commit title messages to end with a period."

This commit is contained in:
Jenkins
2013-12-13 07:46:01 +00:00
committed by Gerrit Code Review

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