blob: 3da2dc94d07e3cf0a14c1e15feaf8b252d77d873 [file] [log] [blame]
Anthony Chen9fa1bcb2018-03-12 19:10:37 -07001[Hook Scripts]
2checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT}
3ktlint_hook = ${REPO_ROOT}/prebuilts/ktlint/ktlint.py -f ${PREUPLOAD_FILES}
4
5[Builtin Hooks]
6commit_msg_changeid_field = true
7commit_msg_test_field = true
Changyeon Jo2ad07742019-08-13 09:20:04 -07008cpplint = true
9clang_format = true