summaryrefslogtreecommitdiff
path: root/PRESUBMIT.cfg
blob: 07af1fd1aeeef630ab007b659cab0889c6af76c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Hook Overrides]
checkpatch_check: true
signoff_check: true
cros_license_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

[Hook Scripts]
presubmit_check = util/presubmit_check.sh
config_option_check = util/config_option_check.py