Files
app_Settings/PREUPLOAD.cfg
Jeremy Goldman d6a29ea707 Precommit hook added to Settings, preventing the creation of new Robolectric tests.
Test: repo upload .
Change-Id: If31d79a7bf6a18f4c52692ffab4981056c14eaba
2020-12-10 14:40:49 +08:00

9 lines
392 B
INI

[Hook Scripts]
checkcolor_hook = ${REPO_ROOT}/prebuilts/checkcolor/checkcolor.py -p .
strings_lint_hook = ${REPO_ROOT}/frameworks/base/tools/stringslint/stringslint_sha.sh ${PREUPLOAD_COMMIT}
checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT}
robolectric_hook = ${REPO_ROOT}/packages/apps/Settings/tests/robotests/new_tests_hook.sh ${REPO_PROJECT}