aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Fung <stevefung@google.com>2016-04-21 14:33:59 -0700
committerSteve Fung <stevefung@google.com>2016-04-22 07:19:39 +0000
commit427fe79f429b3651d97a6aacd7cb1d5e625a5123 (patch)
tree7299281bfb9fa150b3f16ae2f7ada9a5f48b9833
parentd2d0003dba0c29b7c7a4edc7bf8392dfa81830fa (diff)
downloadbdk-427fe79f429b3651d97a6aacd7cb1d5e625a5123.tar.gz
Enable the commit message 'Test:' hook
Check that commit messages contain a 'Test: ' line. Bug: 28320807 Test: Could not upload this CL without this line. Change-Id: Id5a55d483c1644f85fc88e32d3b307fdc80a51aa
-rw-r--r--PREUPLOAD.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg
index b5b3c45..999d59d 100644
--- a/PREUPLOAD.cfg
+++ b/PREUPLOAD.cfg
@@ -4,6 +4,7 @@ unit_tests = python cli/lib/test_runner.py
[Builtin Hooks]
commit_msg_bug_field = true
commit_msg_changeid_field = true
+commit_msg_test_field = true
pylint = true
[Builtin Hooks Options]