blob: 5d83f2b980049c827a565df2286155be0fc2eb46 [file] [log] [blame]
[Hook Overrides]
branch_check: true
checkpatch_check: true
kerneldoc_check: true
signoff_check: true
# 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
kerneldoc_check: --include_regex=\bec_commands\.h$
cros_license_check :
--exclude_regex=^third_party/linux/
[Hook Scripts]
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