We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86658fc commit 89af562Copy full SHA for 89af562
.github/workflows/docs.yml
@@ -56,6 +56,7 @@ jobs:
56
uses: JetBrains/qodana-action@v2023.1.5
57
with:
58
upload-result: true
59
+ pr-mode: false
60
# https://hub.docker.com/r/jetbrains/qodana-jvm-community/tags
61
# this disables the Gradle plugin to avoid the Gradle initialization and the dependency download
62
# as that is not necessary for the Grazie and AsciiDoc plugins to check spelling and links.
@@ -64,7 +65,6 @@ jobs:
64
65
args: >
66
--linter,jetbrains/qodana-jvm-community:2023.1,
67
--property=idea.suppressed.plugins.id=com.intellij.gradle,
- -v,${{ github.workspace }}/grazie:/opt/idea/plugins/grazie,
68
-v,${{ github.workspace }}/empty:/opt/idea/plugins/gradle-java,
69
--baseline,doc/qodana-baseline.sarif.json
70
0 commit comments