diff --git a/.github/workflows/static-checks.yml b/.github/workflows/static-checks.yml index 6ece670dae2b..f32b362f84d9 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: