Skip to content

Commit 4d43172

Browse files
committed
chore: clean unused code
1 parent 3e48469 commit 4d43172

File tree

3 files changed

+0
-101
lines changed

3 files changed

+0
-101
lines changed

src/main/kotlin/com/github/xepozz/testo/inspections/TestoTestFailedLineInspection.kt

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/main/kotlin/com/github/xepozz/testo/services/TestoFailedLineManager.kt

Lines changed: 0 additions & 72 deletions
This file was deleted.

src/main/resources/META-INF/plugin.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,6 @@
2323
<programRunner
2424
implementation="com.github.xepozz.testo.tests.run.TestoDebugRunner"/>
2525

26-
<localInspection
27-
language="PHP"
28-
groupPath="PHP"
29-
groupKey="inspection.group"
30-
shortName="TestoTestFailedLineInspection"
31-
enabledByDefault="true"
32-
key="inspection.failedLine"
33-
level="WARNING"
34-
implementationClass="com.github.xepozz.testo.inspections.TestoTestFailedLineInspection"
35-
/>
3626
</extensions>
3727

3828
<extensions defaultExtensionNs="com.jetbrains.php">

0 commit comments

Comments
 (0)