2024-05-29 16:36:46 +02:00
|
|
|
[Builtin Hooks]
|
|
|
|
|
ktfmt = true
|
|
|
|
|
|
|
|
|
|
[Builtin Hooks Options]
|
|
|
|
|
ktfmt = --kotlinlang-style
|
|
|
|
|
|
|
|
|
|
[Tool Paths]
|
2024-06-13 11:20:06 +02:00
|
|
|
ktfmt = ${REPO_ROOT}/external/ktfmt/ktfmt.sh
|
2024-05-29 16:36:46 +02:00
|
|
|
|
2019-08-05 17:39:26 -07:00
|
|
|
[Hook Scripts]
|
2020-01-09 08:59:23 -08:00
|
|
|
checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --config_xml tools/checkstyle.xml --sha ${PREUPLOAD_COMMIT}
|
2023-01-06 15:16:41 +00:00
|
|
|
|
2023-10-18 17:45:16 -07:00
|
|
|
flag_hook = ${REPO_ROOT}/frameworks/base/packages/SystemUI/flag_check.py --msg=${PREUPLOAD_COMMIT_MESSAGE} --files=${PREUPLOAD_FILES} --project=${REPO_PATH}
|