Files
OpenCellular/PRESUBMIT.cfg
Brian Norris afb5e282ac PRESUBMIT: give real names
BRANCH=none
BUG=none
TEST=upload

Change-Id: Ied1474ebc347d994a209b31d0dc715318bd2a192
Signed-off-by: Brian Norris <briannorris@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/1038730
2018-05-02 22:21:09 -07:00

16 lines
441 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]
presubmit_check = util/presubmit_check.sh 2>&1
config_option_check = util/config_option_check.py 2>&1
host_command_check = util/host_command_check.sh 2>&1