1[Hook Scripts]
2check_generated_tests_up_to_date = tools/test_presubmit.py
3
4[Builtin Hooks]
5cpplint = true
6bpfmt = true
7gofmt = true
8
9[Builtin Hooks Options]
10# Cpplint prints nothing unless there were errors.
11cpplint = --quiet ${PREUPLOAD_FILES}
12