1[Hook Scripts]
2check_generated_files_up_to_date = tools/cpp-define-generator/presubmit-check-files-up-to-date
3check_generated_tests_up_to_date = tools/test_presubmit.py
4
5[Builtin Hooks]
6cpplint = true
7
8[Builtin Hooks Options]
9# Cpplint prints nothing unless there were errors.
10cpplint = --quiet ${PREUPLOAD_FILES}
11