Anthony Chen | 9fa1bcb | 2018-03-12 19:10:37 -0700 | [diff] [blame] | 1 | [Hook Scripts] |
2 | checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT} | ||||
3 | ktlint_hook = ${REPO_ROOT}/prebuilts/ktlint/ktlint.py -f ${PREUPLOAD_FILES} | ||||
4 | |||||
5 | [Builtin Hooks] | ||||
6 | commit_msg_changeid_field = true | ||||
7 | commit_msg_test_field = true | ||||
Changyeon Jo | 2ad0774 | 2019-08-13 09:20:04 -0700 | [diff] [blame] | 8 | cpplint = true |
9 | clang_format = true |