xref: /aosp_15_r20/external/gsc-utils/PRESUBMIT.cfg (revision 4f2df630800bdcf1d4f0decf95d8a1cb87344f5f)
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