From d96e2d2709f48c8a6d4971a88fc17aae2ffaa875 Mon Sep 17 00:00:00 2001 From: Peter Nied Date: Mon, 7 Mar 2022 16:06:49 -0600 Subject: [PATCH] Disable checkstyle until rules are enforced (#1663) With the current checkstyle settings the build is done, but it doesn't prevent changes from being merged that contain checkstyle violations. We need to revisit these as a whole, saving 3 minutes of build time per leg until this work has been done. See https://github.com/opensearch-project/security/issues/1659 Signed-off-by: Peter Nied --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc6daea185..831322fa13 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,10 +39,6 @@ jobs: restore-keys: | ${{ runner.os }}-gradle- - - - name: Checkstyle - run: ./gradlew clean checkstyleMain checkstyleTest - - name: Package run: ./gradlew clean build -Dbuild.snapshot=false -x test