From 89af562d864b60d6e3ddf88d7cde6b85d2eef4a9 Mon Sep 17 00:00:00 2001 From: Alexander Schwartz Date: Sat, 24 Jun 2023 18:55:26 +0200 Subject: [PATCH] fix --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f5364ed0d..fa590dcdd 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -56,6 +56,7 @@ jobs: uses: JetBrains/qodana-action@v2023.1.5 with: upload-result: true + pr-mode: false # https://hub.docker.com/r/jetbrains/qodana-jvm-community/tags # this disables the Gradle plugin to avoid the Gradle initialization and the dependency download # as that is not necessary for the Grazie and AsciiDoc plugins to check spelling and links. @@ -64,7 +65,6 @@ jobs: args: > --linter,jetbrains/qodana-jvm-community:2023.1, --property=idea.suppressed.plugins.id=com.intellij.gradle, - -v,${{ github.workspace }}/grazie:/opt/idea/plugins/grazie, -v,${{ github.workspace }}/empty:/opt/idea/plugins/gradle-java, --baseline,doc/qodana-baseline.sarif.json