From fc021edce96861d2d8886f7c7f75d8cb93855420 Mon Sep 17 00:00:00 2001 From: Vadim Bendebury Date: Tue, 2 May 2023 10:39:22 -0700 Subject: PRESUBMIT: disallow --signed-off-by in Cr50 This tag is useless and is being dropped from a few remaining Chrome OS git trees where it is still required. BUG=none TEST=repo uploading this patch did not complain about the missing tag Change-Id: I225a9d6da08c030150db5eac9c17f78a08b251c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4497835 Reviewed-by: Mary Ruthven Commit-Queue: Vadim Bendebury Tested-by: Vadim Bendebury --- PRESUBMIT.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PRESUBMIT.cfg b/PRESUBMIT.cfg index 9316009549..6f43dd0fda 100644 --- a/PRESUBMIT.cfg +++ b/PRESUBMIT.cfg @@ -1,13 +1,13 @@ [Hook Overrides] checkpatch_check: true -signoff_check: true +signoff_check: false # We are using Linux style indentation with tabs # The indentation is checked by checkpatch not the python script tab_check: false [Hook Overrides Options] -checkpatch_check: --no-tree --ignore=MSLEEP,VOLATILE,SPDX_LICENSE_TAG +checkpatch_check: --no-tree --no-signoff --ignore=MSLEEP,VOLATILE,SPDX_LICENSE_TAG [Hook Scripts] presubmit_check = util/presubmit_check.sh -- cgit v1.2.1