blob: ed0af63573029a3825a45aa161cc367bff9ad9fe [file] [log] [blame]
anil.hiranniah5eb82022021-03-27 10:33:22 +05301[Options]
2ignore_merged_commits = true
3
4[Builtin Hooks]
5clang_format = true
6
7[Hook Scripts]
8strings_lint_hook = ${REPO_ROOT}/frameworks/base/tools/stringslint/stringslint_sha.sh ${PREUPLOAD_COMMIT}
9
10checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT}
11