From 898ce39b3a98ead62c07921efd8a7bc4b667be94 Mon Sep 17 00:00:00 2001 From: namaek2 Date: Tue, 22 Oct 2024 22:28:10 +0900 Subject: [PATCH] fix --- qodana.yml | 12 ------------ .../TaintBomb/toolWindow/TaintBombFactory.kt | 1 - 2 files changed, 13 deletions(-) delete mode 100644 qodana.yml diff --git a/qodana.yml b/qodana.yml deleted file mode 100644 index a5024279..00000000 --- a/qodana.yml +++ /dev/null @@ -1,12 +0,0 @@ -# Qodana configuration: -# https://www.jetbrains.com/help/qodana/qodana-yaml.html - -version: 1.0 -linter: jetbrains/qodana-jvm-community:2024.2 -projectJDK: "17" -profile: - name: qodana.recommended -exclude: - - name: All - paths: - - .qodana diff --git a/src/main/kotlin/io/JoJoonBalSsa/TaintBomb/toolWindow/TaintBombFactory.kt b/src/main/kotlin/io/JoJoonBalSsa/TaintBomb/toolWindow/TaintBombFactory.kt index f59955a0..b603a17a 100644 --- a/src/main/kotlin/io/JoJoonBalSsa/TaintBomb/toolWindow/TaintBombFactory.kt +++ b/src/main/kotlin/io/JoJoonBalSsa/TaintBomb/toolWindow/TaintBombFactory.kt @@ -9,7 +9,6 @@ import com.intellij.ui.components.JBPanel import com.intellij.ui.components.JBScrollPane import com.intellij.ui.content.ContentFactory -import com.intellij.util.ui.JBSwingUtilities import io.JoJoonBalSsa.TaintBomb.MyBundle import io.JoJoonBalSsa.TaintBomb.services.TaintBombService import javax.swing.JButton