File tree 5 files changed +0
-47
lines changed
5 files changed +0
-47
lines changed Original file line number Diff line number Diff line change 1
1
# GitHub Actions Workflow created for testing and preparing the plugin release in following steps:
2
2
# - validate Gradle Wrapper,
3
3
# - run 'test' and 'verifyPlugin' tasks,
4
- # - run Qodana inspections,
5
4
# - run 'buildPlugin' task and prepare artifact for the further tests,
6
5
# - run 'runPluginVerifier' task,
7
6
# - create a draft release.
@@ -106,10 +105,6 @@ jobs:
106
105
name : pluginVerifier-result
107
106
path : ${{ github.workspace }}/build/reports/pluginVerifier
108
107
109
- # Run Qodana inspections
110
- - name : Qodana - Code Inspection
111
-
112
-
113
108
# Prepare plugin archive content for creating artifact
114
109
- name : Prepare Plugin Artifact
115
110
id : artifact
Original file line number Diff line number Diff line change 1
1
.gradle
2
2
.idea
3
- .qodana
4
3
build
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ plugins {
11
11
id(" org.jetbrains.kotlin.jvm" ) version " 1.7.10"
12
12
id(" org.jetbrains.intellij" ) version " 1.9.0"
13
13
id(" org.jetbrains.changelog" ) version " 1.3.1"
14
- id(" org.jetbrains.qodana" ) version " 0.1.13"
15
14
id(" org.jetbrains.grammarkit" ) version " 2022.3.1"
16
15
id(" org.ajoberstar.grgit" ) version " 5.0.0"
17
16
}
@@ -42,13 +41,6 @@ changelog {
42
41
groups.set(emptyList())
43
42
}
44
43
45
- qodana {
46
- cachePath.set(projectDir.resolve(" .qodana" ).canonicalPath)
47
- reportPath.set(projectDir.resolve(" build/reports/inspections" ).canonicalPath)
48
- saveReport.set(true )
49
- showReport.set(System .getenv(" QODANA_SHOW_REPORT" )?.toBoolean() ? : false )
50
- }
51
-
52
44
tasks {
53
45
wrapper {
54
46
gradleVersion = properties(" gradleVersion" )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments