Skip to content

Commit 3cea8d1

Browse files
committed
Remove Qodana
1 parent 14031f0 commit 3cea8d1

File tree

5 files changed

+0
-47
lines changed

5 files changed

+0
-47
lines changed

.github/workflows/build.yml

-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# GitHub Actions Workflow created for testing and preparing the plugin release in following steps:
22
# - validate Gradle Wrapper,
33
# - run 'test' and 'verifyPlugin' tasks,
4-
# - run Qodana inspections,
54
# - run 'buildPlugin' task and prepare artifact for the further tests,
65
# - run 'runPluginVerifier' task,
76
# - create a draft release.
@@ -106,10 +105,6 @@ jobs:
106105
name: pluginVerifier-result
107106
path: ${{ github.workspace }}/build/reports/pluginVerifier
108107

109-
# Run Qodana inspections
110-
- name: Qodana - Code Inspection
111-
uses: JetBrains/[email protected]
112-
113108
# Prepare plugin archive content for creating artifact
114109
- name: Prepare Plugin Artifact
115110
id: artifact

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
.gradle
22
.idea
3-
.qodana
43
build

.run/Run Qodana.run.xml

-26
This file was deleted.

build.gradle.kts

-8
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ plugins {
1111
id("org.jetbrains.kotlin.jvm") version "1.7.10"
1212
id("org.jetbrains.intellij") version "1.9.0"
1313
id("org.jetbrains.changelog") version "1.3.1"
14-
id("org.jetbrains.qodana") version "0.1.13"
1514
id("org.jetbrains.grammarkit") version "2022.3.1"
1615
id("org.ajoberstar.grgit") version "5.0.0"
1716
}
@@ -42,13 +41,6 @@ changelog {
4241
groups.set(emptyList())
4342
}
4443

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-
5244
tasks {
5345
wrapper {
5446
gradleVersion = properties("gradleVersion")

qodana.yml

-7
This file was deleted.

0 commit comments

Comments
 (0)