summaryrefslogtreecommitdiff
path: root/PREUPLOAD.cfg
blob: ee31c505fae6f02558b3376562b5d714faee47f1 (plain)
1
2
3
4
5
6
7
8
[Builtin Hooks]
xmllint = true
commit_msg_changeid_field = true

[Hook Scripts]
checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT}
ktlint_hook = ${REPO_ROOT}/prebuilts/ktlint/ktlint.py -f ${PREUPLOAD_FILES}
strings_lint_hook = ${REPO_ROOT}/frameworks/base/tools/stringslint/stringslint_sha.sh ${PREUPLOAD_COMMIT}