Igor Murashkin | 2bb70d3 | 2017-02-06 10:34:14 -0800 | [diff] [blame] | 1 | [Hook Scripts] |
Igor Murashkin | e5193c6 | 2017-06-30 13:30:46 -0700 | [diff] [blame] | 2 | check_generated_tests_up_to_date = tools/test_presubmit.py |
Igor Murashkin | 2a2d311 | 2017-11-14 15:03:25 -0800 | [diff] [blame] | 3 | |
Andreas Gampe | c5265d9 | 2019-05-16 13:01:08 -0700 | [diff] [blame] | 4 | # Ensure that bp files are correctly formatted. |
| 5 | # Note: uses libcore's script. |
| 6 | bpfmt-check = ${REPO_ROOT}/libcore/tools/check-bpfmt.sh ${PREUPLOAD_COMMIT} |
| 7 | |
Igor Murashkin | 2a2d311 | 2017-11-14 15:03:25 -0800 | [diff] [blame] | 8 | [Builtin Hooks] |
| 9 | cpplint = true |
| 10 | |
| 11 | [Builtin Hooks Options] |
| 12 | # Cpplint prints nothing unless there were errors. |
| 13 | cpplint = --quiet ${PREUPLOAD_FILES} |