Skip to content

Commit 81206eb

Browse files
committed
Run Configurations - Run Qodana runs the qodanaScan Gradle task
1 parent db8f493 commit 81206eb

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.run/Run Qodana.run.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
<component name="ProjectRunConfigurationManager">
22
<configuration default="false" name="Run Qodana" type="GradleRunConfiguration" factoryName="Gradle">
33
<ExternalSystemSettings>
4-
<option name="env">
5-
<map>
6-
<entry key="QODANA_SHOW_REPORT" value="true" />
7-
</map>
8-
</option>
94
<option name="executionName" />
105
<option name="externalProjectPath" value="$PROJECT_DIR$" />
116
<option name="externalSystemIdString" value="GRADLE" />
@@ -15,8 +10,7 @@
1510
</option>
1611
<option name="taskNames">
1712
<list>
18-
<option value="cleanInspections" />
19-
<option value="runInspections" />
13+
<option value="qodanaScan" />
2014
</list>
2115
</option>
2216
<option name="vmOptions" />

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@
1111
- Dependencies - upgrade `org.jetbrains.qodana` to `2023.3.1`
1212
- Gradle - upgrade `org.gradle.toolchains.foojay-resolver-convention` to `0.8.0`
1313
- Gradle - cleanup the `jvmToolchain` setup
14+
- Run Configurations - `Run Qodana` runs the `qodanaScan` Gradle task
1415

1516
### Fixed
1617

1718
- Fixed calculation of the plugin publication channel
18-
- Make the `Run Tests` run configuration use the `RunAsTest` IDE feature
19+
- Run Configurations - `Run Tests` uses the `RunAsTest` IDE feature
1920
- Replace the whole `IntelliJ Platform Plugin Template` with the new project name when running the GitHub Actions Cleanup workflow
2021

2122
### Removed

0 commit comments

Comments
 (0)