Disable checkcolor hook
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
This commit is contained in:
parent
d54a5716ab
commit
f4d392b278
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
[Hook Scripts]
|
[Hook Scripts]
|
||||||
checkcolor_hook = ${REPO_ROOT}/prebuilts/checkcolor/checkcolor.py -p .
|
# 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}
|
checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue