blob: 1dc96414d332c48ecb2774071ca9cfb9edcd3d34 [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
Paul Duffin8d32baf2021-04-01 01:46:57 +01004hidden_api_txt_checksorted_hook = ${REPO_ROOT}/tools/platform-compat/hiddenapi/checksorted_sha.sh ${PREUPLOAD_COMMIT} ${REPO_ROOT}
5
Igor Murashkin2a2d3112017-11-14 15:03:25 -08006[Builtin Hooks]
7cpplint = true
Paul Duffin1cf31fe2019-06-18 18:45:21 +01008bpfmt = true
Paul Duffin719de432019-06-27 14:19:18 +01009gofmt = true
Igor Murashkin2a2d3112017-11-14 15:03:25 -080010
11[Builtin Hooks Options]
12# Cpplint prints nothing unless there were errors.
13cpplint = --quiet ${PREUPLOAD_FILES}