mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-27 18:25:05 +00:00
We're moving the hardcoded check lists out of the pre-upload script. BUG=chromium:466264 TEST=uploading a CL w/out a branch line is rejected BRANCH=None Change-Id: Ifa0f8c3b4be6a20355babb6f9d8896ac8d1fb2be Signed-off-by: Mike Frysinger <vapier@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/262490 Reviewed-by: Bill Richardson <wfrichar@chromium.org>
14 lines
323 B
INI
14 lines
323 B
INI
[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
|