This is an automated email from the ASF dual-hosted git repository.
karan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 390c2d68c85 Remove `intellij-inspections` check from CI (#17469)
390c2d68c85 is described below
commit 390c2d68c858ab29388dd56fbbc81847ed204e31
Author: Akshat Jain <[email protected]>
AuthorDate: Wed Nov 13 18:58:17 2024 +0530
Remove `intellij-inspections` check from CI (#17469)
---
.github/workflows/static-checks.yml | 32 --------------------------------
1 file changed, 32 deletions(-)
diff --git a/.github/workflows/static-checks.yml
b/.github/workflows/static-checks.yml
index 6ece670dae2..f32b362f84d 100644
--- a/.github/workflows/static-checks.yml
+++ b/.github/workflows/static-checks.yml
@@ -113,38 +113,6 @@ jobs:
if: ${{ matrix.java == '8' }}
run: ${MVN} spotbugs:check --fail-at-end -pl '!benchmarks'
- intellij-inspections:
- strategy:
- fail-fast: false
- runs-on: ubuntu-latest
- steps:
- - name: checkout branch
- uses: actions/checkout@v4
-
- - uses: actions/setup-java@v4
- with:
- distribution: 'zulu'
- java-version: '8'
- cache: 'maven'
-
- - name: maven install
- run: |
- echo 'Running Maven install...' &&
- ${MVN} clean install -q -ff -pl '!distribution' ${MAVEN_SKIP}
${MAVEN_SKIP_TESTS} -T1C &&
- ${MVN} install -q -ff -pl 'distribution' ${MAVEN_SKIP}
${MAVEN_SKIP_TESTS}
-
- - name: intellij inspections
- run: |
- docker run --rm \
- -v $(pwd):/project \
- -v ~/.m2:/home/inspect/.m2 \
- -v $(pwd)/.idea/misc-for-inspection.xml:/project/.idea/misc.xml \
- ccaominh/intellij-inspect:1.0.0 \
- /project/pom.xml \
- /project/.idea/inspectionProfiles/Druid.xml \
- --levels ERROR \
- --scope JavaInspectionsScope
-
openrewrite:
runs-on: ubuntu-latest
steps:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]