summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2023-05-02 10:39:22 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-05-02 19:26:45 +0000
commitfc021edce96861d2d8886f7c7f75d8cb93855420 (patch)
tree6a0625f5d947a934f39d9f699984c137fb737353
parent19be34e31c2dc9cc169ba80f6b5fe912eb1ca52c (diff)
downloadchrome-ec-fc021edce96861d2d8886f7c7f75d8cb93855420.tar.gz
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 <mruthven@chromium.org> Commit-Queue: Vadim Bendebury <vbendeb@chromium.org> Tested-by: Vadim Bendebury <vbendeb@chromium.org>
-rw-r--r--PRESUBMIT.cfg4
1 files 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