PRESUBMIT: enable signoff_check

The default in pre-upload.py was changed to warn about Signed-Off-By
lines: https://crrev.com/c/1917972.

BRANCH=none
BUG=none
TEST=repo upload --cbr .

Change-Id: I61b2ff47f1bb25ed5499c1d02fc085f9d291a827
Signed-off-by: Tom Hughes <tomhughes@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1925708
Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
Reviewed-by: Mike Frysinger <vapier@chromium.org>
This commit is contained in:
Tom Hughes 2019-11-19 16:14:07 -08:00 committed by Mike Frysinger
parent bdea774dfa
commit 07318bc1d0
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
branch_check: true
checkpatch_check: true
kerneldoc_check: true
signoff_check: true
# We are using Linux style indentation with tabs
# The indentation is checked by checkpatch not the python script