14 lines
304 B
INI
14 lines
304 B
INI
[Options]
|
|
ignore_merged_commits = true
|
|
|
|
[Builtin Hooks]
|
|
clang_format = true
|
|
rustfmt = true
|
|
|
|
[Builtin Hooks Options]
|
|
rustfmt = --config-path=rustfmt.toml
|
|
|
|
[Hook Scripts]
|
|
aosp_first = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} ".*$"
|
|
yapf_hook = ./tools/scripts/yapf_checker.py
|