blob: 7ebbce948ef3da7c9d85bf08582058e1960c8f0c [file] [log] [blame]
Igor Murashkin2bb70d32017-02-06 10:34:14 -08001[Hook Scripts]
Igor Murashkine5193c62017-06-30 13:30:46 -07002check_generated_tests_up_to_date = tools/test_presubmit.py
Igor Murashkin2a2d3112017-11-14 15:03:25 -08003
Andreas Gampec5265d92019-05-16 13:01:08 -07004# Ensure that bp files are correctly formatted.
5# Note: uses libcore's script.
6bpfmt-check = ${REPO_ROOT}/libcore/tools/check-bpfmt.sh ${PREUPLOAD_COMMIT}
7
Igor Murashkin2a2d3112017-11-14 15:03:25 -08008[Builtin Hooks]
9cpplint = true
10
11[Builtin Hooks Options]
12# Cpplint prints nothing unless there were errors.
13cpplint = --quiet ${PREUPLOAD_FILES}