Skip to content

Commit

Permalink
Remove Qodana
Browse files Browse the repository at this point in the history
  • Loading branch information
Exidex committed Aug 22, 2023
1 parent 14031f0 commit 3cea8d1
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 47 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# GitHub Actions Workflow created for testing and preparing the plugin release in following steps:
# - validate Gradle Wrapper,
# - run 'test' and 'verifyPlugin' tasks,
# - run Qodana inspections,
# - run 'buildPlugin' task and prepare artifact for the further tests,
# - run 'runPluginVerifier' task,
# - create a draft release.
Expand Down Expand Up @@ -106,10 +105,6 @@ jobs:
name: pluginVerifier-result
path: ${{ github.workspace }}/build/reports/pluginVerifier

# Run Qodana inspections
- name: Qodana - Code Inspection
uses: JetBrains/[email protected]

# Prepare plugin archive content for creating artifact
- name: Prepare Plugin Artifact
id: artifact
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.gradle
.idea
.qodana
build
26 changes: 0 additions & 26 deletions .run/Run Qodana.run.xml

This file was deleted.

8 changes: 0 additions & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ plugins {
id("org.jetbrains.kotlin.jvm") version "1.7.10"
id("org.jetbrains.intellij") version "1.9.0"
id("org.jetbrains.changelog") version "1.3.1"
id("org.jetbrains.qodana") version "0.1.13"
id("org.jetbrains.grammarkit") version "2022.3.1"
id("org.ajoberstar.grgit") version "5.0.0"
}
Expand Down Expand Up @@ -42,13 +41,6 @@ changelog {
groups.set(emptyList())
}

qodana {
cachePath.set(projectDir.resolve(".qodana").canonicalPath)
reportPath.set(projectDir.resolve("build/reports/inspections").canonicalPath)
saveReport.set(true)
showReport.set(System.getenv("QODANA_SHOW_REPORT")?.toBoolean() ?: false)
}

tasks {
wrapper {
gradleVersion = properties("gradleVersion")
Expand Down
7 changes: 0 additions & 7 deletions qodana.yml

This file was deleted.

0 comments on commit 3cea8d1

Please sign in to comment.