1[Hook Scripts] 2usb_updater presubmit=./extra/usb_updater/presubmit_hook.sh ${PRESUBMIT_COMMIT} ${PRESUBMIT_FILES} 3 4[Hook Overrides] 5checkpatch_check: true 6signoff_check: false 7 8# We are using Linux style indentation with tabs 9# The indentation is checked by checkpatch not the python script 10tab_check: false 11 12[Hook Overrides Options] 13checkpatch_check: --no-tree --no-signoff --ignore=MSLEEP,VOLATILE,SPDX_LICENSE_TAG 14