Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahus1 committed Jun 24, 2023
1 parent fbacd36 commit 06f9907
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ jobs:
if: github.event_name == 'pull_request'
run: git fetch --deepen=1

- name: Download Grazie plugin for grammar checks
# https://plugins.jetbrains.com/plugin/12175-grazie/versions
run: |
curl -L -o grazie.zip 'https://plugins.jetbrains.com/plugin/download?rel=true&updateId=257026'
unzip grazie.zip
- name: Create empty folder to overwrite disabled plugin
run: |
mkdir empty
Expand All @@ -64,7 +58,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
Expand Down
1 change: 1 addition & 0 deletions qodana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: 1.0
profile:
path: doc/asciidoc-inspection.xml
plugins:
- id: tanvd.grazi
# Grazie plugin ('tanvd.grazi') is already installed, no need to download it again
- id: com.intellij.grazie.pro
# Order of plugin in the order which they depend on. AsciiDoc depends on Qodana pro, therefore add it after
Expand Down

0 comments on commit 06f9907

Please sign in to comment.