blob: b98a673b95bf16d9f34ddb17635c4debab899c27 [file] [log] [blame]
Mike Frysingerfb0c2bc2016-09-08 16:50:01 -04001# Settings in here control defaults for `repo upload` checks for all projects
2# listed in the manifest. Do not turn on things here without first consulting
3# the wider Android team, and make sure you send out a PSA before landing.
Mike Frysingerc7d80812016-09-08 16:51:20 -04004
Luis Hector Chavez94080d62016-10-20 15:34:17 -07005[Options]
6ignore_merged_commits = true
7
Mike Frysingerc7d80812016-09-08 16:51:20 -04008[Builtin Hooks]
9commit_msg_test_field = true
Luis Hector Chavez162f8542016-10-14 10:15:24 -070010
11[Tool Paths]
12clang-format = ${REPO_ROOT}/prebuilts/clang/host/${BUILD_OS}/clang-stable/bin/clang-format
13git-clang-format = ${REPO_ROOT}/prebuilts/clang/host/${BUILD_OS}/clang-stable/bin/git-clang-format
Dan Willemsend23fc062016-10-20 16:38:09 -070014gofmt = ${REPO_ROOT}/prebuilts/go/${BUILD_OS}/bin/gofmt
Jeff Davidsona3359582016-12-14 16:36:56 -080015google-java-format = ${REPO_ROOT}/prebuilts/tools/common/google-java-format/google-java-format
16google-java-format-diff = ${REPO_ROOT}/prebuilts/tools/common/google-java-format/google-java-format-diff.py
Igor Murashkin67481c82017-11-14 14:52:08 -080017cpplint = ${REPO_ROOT}/external/google-styleguide/cpplint/cpplint.py