summaryrefslogtreecommitdiff
path: root/PRESUBMIT.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'PRESUBMIT.cfg')
-rw-r--r--PRESUBMIT.cfg7
1 files changed, 4 insertions, 3 deletions
diff --git a/PRESUBMIT.cfg b/PRESUBMIT.cfg
index 466f6d1f8f..a771268875 100644
--- a/PRESUBMIT.cfg
+++ b/PRESUBMIT.cfg
@@ -12,6 +12,7 @@ checkpatch_check: --no-tree --ignore=MSLEEP,VOLATILE,SPDX_LICENSE_TAG
kerneldoc_check: --include_regex=\bec_commands\.h$
[Hook Scripts]
-presubmit_check = util/presubmit_check.sh 2>&1
-config_option_check = util/config_option_check.py 2>&1
-host_command_check = util/host_command_check.sh 2>&1
+presubmit_check = util/presubmit_check.sh
+config_option_check = util/config_option_check.py
+host_command_check = util/host_command_check.sh
+ec_commands_h = util/linux_ec_commands_h_check.sh