[Hook Scripts] | |
commit message = ./PRESUBMIT.sh message ${PRESUBMIT_COMMIT} | |
cros format = cros format --check --commit ${PRESUBMIT_COMMIT} ${PRESUBMIT_FILES} | |
cros lint = cros lint ${PRESUBMIT_FILES} | |
[Hook Overrides] | |
git_cl_presubmit: false | |
bug_field_check = false | |
test_field_check = false | |
[Hook Overrides Options] | |
# We need this as the --unblock settings work on the matched portion, not the | |
# entire line/context. | |
keyword_check = | |
--block master/ |