From 01c13b7abdf6cc996c97590acf98d3ecbf3c3d0c Mon Sep 17 00:00:00 2001 From: jackqdyulei Date: Mon, 18 Sep 2017 16:32:59 -0700 Subject: [PATCH] Enable the color lint check We disabled color check because the error message was ambiguous when the android environment hadn't been set up. Since the error mesage has been updated, we can turn it back on. Bug: 65850237 Test: repo upload . Change-Id: I9517192b8b7d8131014e3ac44e3edb2d97134bb6 --- PREUPLOAD.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg index bbc1f689c71..62a2e434793 100644 --- a/PREUPLOAD.cfg +++ b/PREUPLOAD.cfg @@ -1,4 +1,5 @@ [Hook Scripts] checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT} -fw src/com/android/settings/print/ +checkcolor_hook = ${REPO_ROOT}/prebuilts/checkcolor/checkcolor.py -p .