Mike Frysinger | fb0c2bc | 2016-09-08 16:50:01 -0400 | [diff] [blame] | 1 | # 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 Frysinger | c7d8081 | 2016-09-08 16:51:20 -0400 | [diff] [blame] | 4 | |
Luis Hector Chavez | 94080d6 | 2016-10-20 15:34:17 -0700 | [diff] [blame] | 5 | [Options] |
| 6 | ignore_merged_commits = true |
| 7 | |
Mike Frysinger | c7d8081 | 2016-09-08 16:51:20 -0400 | [diff] [blame] | 8 | [Builtin Hooks] |
maxwen | a7d5f1f | 2018-12-17 00:07:25 +0100 | [diff] [blame] | 9 | commit_msg_test_field = false |
Luis Hector Chavez | 162f854 | 2016-10-14 10:15:24 -0700 | [diff] [blame] | 10 | |
| 11 | [Tool Paths] |
| 12 | clang-format = ${REPO_ROOT}/prebuilts/clang/host/${BUILD_OS}/clang-stable/bin/clang-format |
| 13 | git-clang-format = ${REPO_ROOT}/prebuilts/clang/host/${BUILD_OS}/clang-stable/bin/git-clang-format |
Dan Willemsen | d23fc06 | 2016-10-20 16:38:09 -0700 | [diff] [blame] | 14 | gofmt = ${REPO_ROOT}/prebuilts/go/${BUILD_OS}/bin/gofmt |
Jeff Davidson | a335958 | 2016-12-14 16:36:56 -0800 | [diff] [blame] | 15 | google-java-format = ${REPO_ROOT}/prebuilts/tools/common/google-java-format/google-java-format |
| 16 | google-java-format-diff = ${REPO_ROOT}/prebuilts/tools/common/google-java-format/google-java-format-diff.py |
Igor Murashkin | 67481c8 | 2017-11-14 14:52:08 -0800 | [diff] [blame] | 17 | cpplint = ${REPO_ROOT}/external/google-styleguide/cpplint/cpplint.py |