From d25e2aa99022268e5e147b2958017a5807d2cc08 Mon Sep 17 00:00:00 2001 From: Inseob Kim Date: Fri, 9 Dec 2022 15:57:31 +0900 Subject: [PATCH] Remove checkstyle_hook Because it conflicts with google_java_format hook. Test: manual Change-Id: I83da1c2691657f664529e6d2f5d665be883dbd84 --- PREUPLOAD.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg index 43c89d45..45519d44 100644 --- a/PREUPLOAD.cfg +++ b/PREUPLOAD.cfg @@ -19,4 +19,3 @@ rustfmt = --config-path=rustfmt.toml [Hook Scripts] aosp_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "." -checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT}