This hook is currently broken (in that it does not fail when a hard-coded colour is added), and adds 30–40 seconds to the time taken by repo upload. Bug: 377902600 Change-Id: I868df74da7e3b6b15e18c9572877dc368ae6f643 Test: Treehugger Flag: EXEMPT change to pre-upload checks
8 lines
345 B
INI
8 lines
345 B
INI
[Hook Scripts]
|
|
# TODO(b/377902600): Re-enable this hook once it is fixed.
|
|
#checkcolor_hook = ${REPO_ROOT}/prebuilts/checkcolor/checkcolor.py -p .
|
|
|
|
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}
|