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 | |
| 4 | [Builtin Hooks] |
| 5 | cpplint = true |
Paul Duffin | 1cf31fe | 2019-06-18 18:45:21 +0100 | [diff] [blame] | 6 | bpfmt = true |
Paul Duffin | 719de43 | 2019-06-27 14:19:18 +0100 | [diff] [blame] | 7 | gofmt = true |
Igor Murashkin | 2a2d311 | 2017-11-14 15:03:25 -0800 | [diff] [blame] | 8 | |
| 9 | [Builtin Hooks Options] |
| 10 | # Cpplint prints nothing unless there were errors. |
| 11 | cpplint = --quiet ${PREUPLOAD_FILES} |