Siarhei Vishniakou | a3117ca | 2019-12-09 16:08:46 -0800 | [diff] [blame] | 1 | [Builtin Hooks] |
| 2 | clang_format = true |
| 3 | |
| 4 | [Builtin Hooks Options] |
| 5 | # Only turn on clang-format check for the following subfolders. |
| 6 | clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp |
| 7 | cmds/hid/ |
| 8 | cmds/input/ |
Siarhei Vishniakou | cd2fe53 | 2020-01-03 10:59:17 -0800 | [diff] [blame] | 9 | core/jni/ |
Siarhei Vishniakou | a3117ca | 2019-12-09 16:08:46 -0800 | [diff] [blame] | 10 | libs/input/ |
| 11 | |
Aurimas Liutikas | 5c19b54 | 2016-10-11 14:01:36 -0700 | [diff] [blame] | 12 | [Hook Scripts] |
Aurimas Liutikas | cb494a3 | 2016-12-15 15:01:36 -0800 | [diff] [blame] | 13 | checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT} |
Philip P. Moltmann | d7cee3c | 2016-10-20 17:09:39 -0700 | [diff] [blame] | 14 | |
Jeff Sharkey | abe058c | 2018-03-26 09:38:01 -0600 | [diff] [blame] | 15 | strings_lint_hook = ${REPO_ROOT}/frameworks/base/tools/stringslint/stringslint_sha.sh ${PREUPLOAD_COMMIT} |
Mathew Inwood | e5dc64d | 2018-04-23 16:13:14 +0100 | [diff] [blame] | 16 | |
Paul Duffin | 00537c1 | 2018-11-28 12:22:14 +0000 | [diff] [blame] | 17 | hidden_api_txt_checksorted_hook = ${REPO_ROOT}/frameworks/base/tools/hiddenapi/checksorted_sha.sh ${PREUPLOAD_COMMIT} ${REPO_ROOT} |
| 18 | |
| 19 | hidden_api_txt_exclude_hook = ${REPO_ROOT}/frameworks/base/tools/hiddenapi/exclude.sh ${PREUPLOAD_COMMIT} ${REPO_ROOT} |
Jeff Sharkey | 0a9c731 | 2018-08-23 22:01:53 -0600 | [diff] [blame] | 20 | |
Remi NGUYEN VAN | ba47bae | 2019-07-24 15:48:44 +0900 | [diff] [blame] | 21 | ktlint_hook = ${REPO_ROOT}/prebuilts/ktlint/ktlint.py -f ${PREUPLOAD_FILES} |
| 22 | |
Jeff Sharkey | 0a9c731 | 2018-08-23 22:01:53 -0600 | [diff] [blame] | 23 | owners_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "OWNERS$" |
Felipe Leme | 4c192e96 | 2018-09-26 11:07:30 -0700 | [diff] [blame] | 24 | |
| 25 | shell_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^packages/Shell/" |