1[Hook Scripts]
2# Only list fast unittests here.
3py2_config_unittest = python2 ./rh/config_unittest.py
4py3_config_unittest = python3 ./rh/config_unittest.py
5py2_hooks_unittest  = python2 ./rh/hooks_unittest.py
6py3_hooks_unittest  = python3 ./rh/hooks_unittest.py
7py2_shell_unittest  = python2 ./rh/shell_unittest.py
8py3_shell_unittest  = python3 ./rh/shell_unittest.py
9py2_utils_unittest  = python2 ./rh/utils_unittest.py
10py3_utils_unittest  = python3 ./rh/utils_unittest.py
11py2_android_test_mapping_format_unittest = python2 ./tools/android_test_mapping_format_unittest.py
12py3_android_test_mapping_format_unittest = python3 ./tools/android_test_mapping_format_unittest.py
13py2_config_test = python2 ./rh/config_test.py --check-env --commit-id ${PREUPLOAD_COMMIT} --commit-msg ${PREUPLOAD_COMMIT_MESSAGE} --repo-root ${REPO_ROOT} -- ${PREUPLOAD_FILES}
14py3_config_test = python3 ./rh/config_test.py --check-env --commit-id ${PREUPLOAD_COMMIT} --commit-msg ${PREUPLOAD_COMMIT_MESSAGE} --repo-root ${REPO_ROOT} -- ${PREUPLOAD_FILES}
15
16[Builtin Hooks]
17commit_msg_bug_field = true
18commit_msg_changeid_field = true
19commit_msg_test_field = true
20pylint2 = true
21pylint3 = true
22