From d75eb7f77a3a7449e2577523a8a648ff0f3ccad2 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 18 Mar 2015 05:27:07 -0400 Subject: [PATCH] presubmit: enable branch check We're moving the hardcoded check lists out of the pre-upload script. BUG=chromium:466264 TEST=uploading a CL w/out a branch line is rejected BRANCH=None Change-Id: Ie51600cdc6a635ea925d3e329cdf310e487346ea Signed-off-by: Mike Frysinger Reviewed-on: https://chromium-review.googlesource.com/260711 Reviewed-by: Randall Spangler --- PRESUBMIT.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/PRESUBMIT.cfg b/PRESUBMIT.cfg index 2e8cdb66..55b4b57e 100644 --- a/PRESUBMIT.cfg +++ b/PRESUBMIT.cfg @@ -1,4 +1,5 @@ [Hook Overrides] +branch_check: true # We are using Linux style indentation with tabs # The indentation is checked by checkpatch not the python script