You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
304 B
14 lines
304 B
[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
|