summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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