File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 42
42
if : github.event_name == 'pull_request'
43
43
run : git fetch --deepen=1
44
44
45
+ - name : Download Grazie plugin for grammar checks
46
+ # https://plugins.jetbrains.com/plugin/12175-grazie/versions
47
+ run : |
48
+ curl -L -o grazie.zip 'https://plugins.jetbrains.com/plugin/download?rel=true&updateId=257026'
49
+ unzip grazie.zip
50
+
45
51
- name : Create empty folder to overwrite disabled plugin
46
52
run : |
47
53
mkdir empty
58
64
args : >
59
65
--linter,jetbrains/qodana-jvm-community:2023.1,
60
66
--property=idea.suppressed.plugins.id=com.intellij.gradle,
67
+ -v,${{ github.workspace }}/grazie:/opt/idea/plugins/grazie,
61
68
-v,${{ github.workspace }}/empty:/opt/idea/plugins/gradle-java,
62
69
--baseline,doc/qodana-baseline.sarif.json
63
70
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ version: 1.0
2
2
profile :
3
3
path : doc/asciidoc-inspection.xml
4
4
plugins :
5
- - id : tanvd.grazi
6
5
# Grazie plugin ('tanvd.grazi') is already installed, no need to download it again
7
6
- id : com.intellij.grazie.pro
8
7
# Order of plugin in the order which they depend on. AsciiDoc depends on Qodana pro, therefore add it after
You can’t perform that action at this time.
0 commit comments