• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[Builtin Hooks]
2bpfmt = true
3ktfmt = true
4xmllint = true
5commit_msg_test_field = true
6commit_msg_bug_field = true
7
8[Builtin Hooks Options]
9bpfmt = -d
10ktfmt = --kotlinlang-style
11
12[Tool Paths]
13ktfmt = ${REPO_ROOT}/external/ktfmt/ktfmt.sh
14
15[Hook Scripts]
16checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT}
17ktlint_hook = ${REPO_ROOT}/prebuilts/ktlint/ktlint.py --no-verify-format -f ${PREUPLOAD_FILES}
18