blob: 54d538d5ad58e4305e5eb5401d89895b8c5de93d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Hook Overrides]
branch_check: true
checkpatch_check: true
long_line_check: false
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]
cros_license_check: --exclude_regex=^\.checkpatch\.conf$
|