blob: a4d107194014032c9c4c59fb96a90e514fcb2e21 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[Hook Overrides]
branch_check: true
checkpatch_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
[Hook Scripts]
hook0 = util/presubmit_check.sh 2>&1
|