tturney | 27b0b24 | 2016-09-23 13:22:18 -0700 | [diff] [blame] | 1 | [Hook Scripts] |
Mark De Ruyter | 3128833 | 2019-11-21 18:05:17 -0800 | [diff] [blame] | 2 | yapf_hook = ./tools/yapf_checker.py |
Xianyuan Jia | 901677a1 | 2020-01-06 13:59:55 -0800 | [diff] [blame] | 3 | proto_check = ./tools/proto_check.py |
Mark De Ruyter | 05c72ab | 2019-09-04 15:31:21 -0700 | [diff] [blame] | 4 | create_virtualenv = ./tools/create_virtualenv.sh |
| 5 | acts_unittests = /tmp/acts_preupload_virtualenv/bin/python3 ./acts/tests/meta/ActsUnitTest.py |
| 6 | destroy_virtualenv = rm -rf /tmp/acts_preupload_virtualenv/ |
Xianyuan Jia | c8488fd | 2019-03-20 14:03:27 -0700 | [diff] [blame] | 7 | |
tturney | 27b0b24 | 2016-09-23 13:22:18 -0700 | [diff] [blame] | 8 | [Builtin Hooks] |
| 9 | commit_msg_bug_field = true |
| 10 | jsonlint = true |