summaryrefslogtreecommitdiff
path: root/PRESUBMIT.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'PRESUBMIT.cfg')
-rw-r--r--PRESUBMIT.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/PRESUBMIT.cfg b/PRESUBMIT.cfg
index eac83bb0c5..3aabbe3bb3 100644
--- a/PRESUBMIT.cfg
+++ b/PRESUBMIT.cfg
@@ -1,4 +1,6 @@
[Hook Overrides]
+black_check: true
+clang_format_check: true
branch_check: true
checkpatch_check: true
kerneldoc_check: true
@@ -9,6 +11,7 @@ signoff_check: true
tab_check: false
[Hook Overrides Options]
+black_check: --include_regex=^util/chargen$
checkpatch_check: --no-tree --ignore=MSLEEP,VOLATILE,SPDX_LICENSE_TAG
kerneldoc_check: --include_regex=\bec_commands\.h$
@@ -28,5 +31,4 @@ 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
-zmake_preupload = zephyr/zmake/pre-upload.sh ${PRESUBMIT_FILES}
migrated_files = util/migrated_files.sh ${PRESUBMIT_FILES}