• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[Hook Scripts]
2# Only list fast unittests here.
3config_unittest = ./rh/config_unittest.py
4hooks_unittest  = ./rh/hooks_unittest.py
5shell_unittest  = ./rh/shell_unittest.py
6utils_unittest  = ./rh/utils_unittest.py
7android_test_mapping_format_unittest = ./tools/android_test_mapping_format_unittest.py
8config_test = ./rh/config_test.py --check-env --commit-id ${PREUPLOAD_COMMIT} --commit-msg ${PREUPLOAD_COMMIT_MESSAGE} --repo-root ${REPO_ROOT} -- ${PREUPLOAD_FILES}
9
10[Builtin Hooks]
11commit_msg_bug_field = true
12commit_msg_changeid_field = true
13commit_msg_test_field = true
14pylint3 = true
15