blob: cb884b881f16f00959e597b3356e1d19a3b07a1f [file] [edit]
[Hook Scripts]
checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT}
warn_check_api = ${REPO_ROOT}/frameworks/support/development/apilint.py -f ${PREUPLOAD_FILES}
relnote_required_runtime = ${REPO_ROOT}/frameworks/support/development/requirerelnote.py --module /androidx/compose/runtime/ --commit ${PREUPLOAD_COMMIT_MESSAGE} --file ${PREUPLOAD_FILES}
[Builtin Hooks]
commit_msg_changeid_field = true
commit_msg_test_field = true
commit_msg_relnote_field_format = true
commit_msg_relnote_for_current_txt = true
ktfmt = true
[Tool Paths]
ktfmt = ${REPO_ROOT}/frameworks/support/development/ktfmt_wrapper.py