Skip to content

Commit

Permalink
Run Configurations - Run Qodana runs the qodanaScan Gradle task
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Mar 8, 2024
1 parent db8f493 commit 81206eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .run/Run Qodana.run.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Run Qodana" type="GradleRunConfiguration" factoryName="Gradle">
<ExternalSystemSettings>
<option name="env">
<map>
<entry key="QODANA_SHOW_REPORT" value="true" />
</map>
</option>
<option name="executionName" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="externalSystemIdString" value="GRADLE" />
Expand All @@ -15,8 +10,7 @@
</option>
<option name="taskNames">
<list>
<option value="cleanInspections" />
<option value="runInspections" />
<option value="qodanaScan" />
</list>
</option>
<option name="vmOptions" />
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@
- Dependencies - upgrade `org.jetbrains.qodana` to `2023.3.1`
- Gradle - upgrade `org.gradle.toolchains.foojay-resolver-convention` to `0.8.0`
- Gradle - cleanup the `jvmToolchain` setup
- Run Configurations - `Run Qodana` runs the `qodanaScan` Gradle task

### Fixed

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

### Removed
Expand Down

0 comments on commit 81206eb

Please sign in to comment.