mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-28 02:35:28 +00:00
Every time I run "cat PRESUBMIT.cfg" to see what's in here, it annoys me that there's no newline at the end. This adds one. BUG=none BRANCH=none TEST=make buildall Just adding whitespace; no functional change. Change-Id: I7629312c987696fd6c7bbc986ad63222186729c0 Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/395347 Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
15 lines
364 B
INI
15 lines
364 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
|
|
hook1 = util/config_option_check.py 2>&1
|