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 |
Mark De Ruyter | 05c72ab | 2019-09-04 15:31:21 -0700 | [diff] [blame] | 3 | create_virtualenv = ./tools/create_virtualenv.sh |
| 4 | acts_unittests = /tmp/acts_preupload_virtualenv/bin/python3 ./acts/tests/meta/ActsUnitTest.py |
| 5 | destroy_virtualenv = rm -rf /tmp/acts_preupload_virtualenv/ |
Xianyuan Jia | c8488fd | 2019-03-20 14:03:27 -0700 | [diff] [blame] | 6 | |
markdr | b754841 | 2017-08-21 16:58:12 -0700 | [diff] [blame] | 7 | lab_test = ./tools/lab/lab_upload_hooks.py |
Xianyuan Jia | c8488fd | 2019-03-20 14:03:27 -0700 | [diff] [blame] | 8 | proto_check = ./tools/proto_check.py |
tturney | 27b0b24 | 2016-09-23 13:22:18 -0700 | [diff] [blame] | 9 | |
| 10 | [Builtin Hooks] |
| 11 | commit_msg_bug_field = true |
| 12 | jsonlint = true |