Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahus1 committed Jul 23, 2023
1 parent 6f68c0c commit b45ca40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
uses: JetBrains/qodana-action@v2023.2.1
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.
Expand All @@ -64,7 +65,6 @@ jobs:
args: >
--linter,jetbrains/qodana-jvm-community:2023.2,
--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
Expand Down

0 comments on commit b45ca40

Please sign in to comment.