Siarhei Vishniakou | a3117ca | 2019-12-09 16:08:46 -0800 | [diff] [blame] | 1 | [Builtin Hooks] |
| 2 | clang_format = true |
Songchun Fan | d4574b5 | 2021-03-02 20:05:57 +0000 | [diff] [blame] | 3 | bpfmt = true |
Siarhei Vishniakou | a3117ca | 2019-12-09 16:08:46 -0800 | [diff] [blame] | 4 | |
| 5 | [Builtin Hooks Options] |
| 6 | # Only turn on clang-format check for the following subfolders. |
| 7 | clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp |
| 8 | cmds/hid/ |
| 9 | cmds/input/ |
Chris Ye | 3c5b809 | 2020-08-07 09:15:19 -0700 | [diff] [blame] | 10 | cmds/uinput/ |
Siarhei Vishniakou | cd2fe53 | 2020-01-03 10:59:17 -0800 | [diff] [blame] | 11 | core/jni/ |
Siarhei Vishniakou | d11f38f | 2021-01-12 20:45:29 -1000 | [diff] [blame] | 12 | libs/hwui/ |
Siarhei Vishniakou | a3117ca | 2019-12-09 16:08:46 -0800 | [diff] [blame] | 13 | libs/input/ |
Vishnu Nair | ce1a648 | 2020-10-22 17:41:30 -0700 | [diff] [blame] | 14 | native/ |
Siarhei Vishniakou | 44d50fe | 2020-01-27 11:31:29 -0600 | [diff] [blame] | 15 | services/core/jni/ |
Alex Buynytskyy | 1d89216 | 2020-04-03 23:00:19 -0700 | [diff] [blame] | 16 | services/incremental/ |
Vishnu Nair | 57928e6 | 2020-09-16 19:01:04 -0700 | [diff] [blame] | 17 | tests/ |
Siarhei Vishniakou | 2da1776 | 2020-09-08 22:43:35 -0500 | [diff] [blame] | 18 | tools/ |
Songchun Fan | d4574b5 | 2021-03-02 20:05:57 +0000 | [diff] [blame] | 19 | bpfmt = -d |
Jeff Sharkey | 6e2c566 | 2022-08-03 13:50:23 -0600 | [diff] [blame] | 20 | |
Aurimas Liutikas | 5c19b54 | 2016-10-11 14:01:36 -0700 | [diff] [blame] | 21 | [Hook Scripts] |
Aurimas Liutikas | d5c5ac6 | 2020-07-10 16:28:19 +0000 | [diff] [blame] | 22 | checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT} |
| 23 | |
Paul Duffin | 738f919 | 2021-04-14 13:36:53 +0100 | [diff] [blame] | 24 | hidden_api_txt_checksorted_hook = ${REPO_ROOT}/tools/platform-compat/hiddenapi/checksorted_sha.sh ${PREUPLOAD_COMMIT} ${REPO_ROOT} |
Paul Duffin | 00537c1 | 2018-11-28 12:22:14 +0000 | [diff] [blame] | 25 | |
| 26 | 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] | 27 | |
Jordan Demeulenaere | 5e3a34a | 2022-08-29 16:05:53 +0200 | [diff] [blame] | 28 | ktfmt_hook = ${REPO_ROOT}/external/ktfmt/ktfmt.py --check -i ${REPO_ROOT}/frameworks/base/packages/SystemUI/ktfmt_includes.txt ${PREUPLOAD_FILES} |
Jordan Demeulenaere | e261526 | 2022-08-12 11:45:06 +0200 | [diff] [blame] | 29 | |
Jordan Demeulenaere | 8fb6d0e | 2022-10-06 14:55:44 +0200 | [diff] [blame] | 30 | ktlint_hook = ${REPO_ROOT}/prebuilts/ktlint/ktlint.py --no-verify-format -f ${PREUPLOAD_FILES} |