summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hp.com>2013-08-08 22:36:40 +1200
committerRobert Collins <rbtcollins@hp.com>2013-08-14 12:51:18 +1200
commit00f878c557942dfd8c4024c61aa63a7400336519 (patch)
tree3928d4e3a63118c041a2380b7c5bb8eab7528b5b
parente2821d16e70bbcdc920265c0762bcc70101b7160 (diff)
downloadpbr-00f878c557942dfd8c4024c61aa63a7400336519.tar.gz
Stop checking periods in commit messages
This breaks various peoples fingers and there was no overwhelming community support, nor historical evidence, for enforcing the proposed rule in either direction. Change-Id: Id2a5af9bb8a49af0a2f94b38a8e7d5ef1208e627
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 1cf797c..abc81c6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -30,5 +30,6 @@ commands =
commands = {posargs}
[flake8]
+ignore = H803
exclude = .venv,.tox,dist,doc,*.egg,build
show-source = true