summaryrefslogtreecommitdiff
path: root/PRESUBMIT.cfg
blob: 466f6d1f8f1a28c93337d037cb8cec579812345d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Hook Overrides]
branch_check: true
checkpatch_check: true
kerneldoc_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$

[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