• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[Builtin Hooks]
2google_java_format = true
3pylint = true
4
5[Tool Paths]
6google-java-format = ${REPO_ROOT}/prebuilts/tools/common/google-java-format/google-java-format
7google-java-format-diff = ${REPO_ROOT}/prebuilts/tools/common/google-java-format/google-java-format-diff.py
8
9[Hook Scripts]
10# `^.` is a RegExr that matches any character at the beginning, so this hook
11# is basically applied to ALL files in a git commit.
12aospcheck_hook = ${REPO_ROOT}/tools/tradefederation/core/aosp_sha.sh ${PREUPLOAD_COMMIT} "^."
13