9 lines
407 B
INI
9 lines
407 B
INI
|
|
[Builtin Hooks]
|
||
|
|
xmllint = true
|
||
|
|
commit_msg_changeid_field = true
|
||
|
|
|
||
|
|
[Hook Scripts]
|
||
|
|
checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT}
|
||
|
|
ktfmt_hook = ${REPO_ROOT}/external/ktfmt/ktfmt.py --check -i ${REPO_ROOT}/packages/modules/Permission/ktfmt_includes.txt ${PREUPLOAD_FILES}
|
||
|
|
ktlint_hook = ${REPO_ROOT}/prebuilts/ktlint/ktlint.py --no-verify-format -f ${PREUPLOAD_FILES}
|