blob: 9e6114e4b53fba41caa149fdf5a9c668289fe139 [file] [log] [blame] [edit]
# Per-project `repo upload` hook settings.
# https://chromium.googlesource.com/chromiumos/repohooks/
[Hook Overrides]
branch_check: false
long_line_check: false
# We are using Linux style indentation with tabs
# The indentation is checked by checkpatch not the python script
tab_check: false
[Hook Overrides Options]
branch_check: --optional
checkpatch_check: --max-line-length=120 --no-tree --no-signoff --ignore=MSLEEP,VOLATILE,SPDX_LICENSE_TAG,LEADING_SPACE
keyword_check: --block=zassume_
[Hook Scripts]
cros format = cros format --check --commit ${PRESUBMIT_COMMIT} ${PRESUBMIT_FILES}
cros lint = cros lint --commit ${PRESUBMIT_COMMIT} ${PRESUBMIT_FILES}