Myles Watson | 1c4cdfe | 2016-11-29 10:58:00 -0800 | [diff] [blame] | 1 | [Options] |
| 2 | ignore_merged_commits = true |
| 3 | |
| 4 | [Builtin Hooks] |
| 5 | clang_format = true |
ThiƩbaud Weksteen | 810c25e | 2020-12-14 11:34:16 +0100 | [diff] [blame] | 6 | rustfmt = true |
| 7 | |
| 8 | [Builtin Hooks Options] |
| 9 | rustfmt = --config-path=rustfmt.toml |
Jack He | 50fbbb2 | 2022-01-19 17:36:58 -0800 | [diff] [blame] | 10 | # Only turn on clang-format check for C and C++ headers and sources |
| 11 | clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp,hpp |
Myles Watson | 1c4cdfe | 2016-11-29 10:58:00 -0800 | [diff] [blame] | 12 | |
Jack He | a7faba3 | 2018-08-28 14:36:46 -0700 | [diff] [blame] | 13 | [Hook Scripts] |
William Escande | 51f58d9 | 2021-12-16 16:25:49 +0100 | [diff] [blame] | 14 | checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT} |
| 15 | -fw android/app/src/com/android/bluetooth/ |
| 16 | android/app/lib/mapapi/com/android/bluetooth/mapapi/ |
| 17 | android/app/tests/src/com/android/bluetooth/ |
Jack He | 50fbbb2 | 2022-01-19 17:36:58 -0800 | [diff] [blame] | 18 | framework/ |
William Escande | 3188e3d | 2022-01-21 16:37:17 +0100 | [diff] [blame] | 19 | service/ |
William Escande | 51f58d9 | 2021-12-16 16:25:49 +0100 | [diff] [blame] | 20 | aosp_first = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} ${PREUPLOAD_FILES} |
Chris Manton | 60bb45b | 2021-11-07 19:40:50 -0800 | [diff] [blame] | 21 | yapf_hook = ./system/tools/scripts/yapf_checker.py |