summaryrefslogtreecommitdiff
path: root/PREUPLOAD.cfg
blob: 1dc96414d332c48ecb2774071ca9cfb9edcd3d34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Hook Scripts]
check_generated_tests_up_to_date = tools/test_presubmit.py

hidden_api_txt_checksorted_hook = ${REPO_ROOT}/tools/platform-compat/hiddenapi/checksorted_sha.sh ${PREUPLOAD_COMMIT} ${REPO_ROOT}

[Builtin Hooks]
cpplint = true
bpfmt = true
gofmt = true

[Builtin Hooks Options]
# Cpplint prints nothing unless there were errors.
cpplint = --quiet ${PREUPLOAD_FILES}