Skip to content

Commit

Permalink
SLI-1689 Upgrade to released version of SLCORE and update change notes (
Browse files Browse the repository at this point in the history
  • Loading branch information
nquinquenel authored Nov 6, 2024
1 parent 9aa4dbd commit 3de3bba
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
sonarlint-core = "10.9.0.79477"
sonarlint-core = "10.9.0.79478"

sonar-java = "8.5.0.37199"
sonar-javascript = "10.16.0.27621"
3 changes: 1 addition & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -64,8 +64,7 @@

<change-notes><![CDATA[
<ul>
<li>10.13 - 2 new quick fixes for C++. Support for WindRiver GNU C++ compiler for arm. Bug fixes, fewer FPs and improvements for many languages.</li>
<li>10.12 - Support of Java 22 analysis. Bug fixes, fewer FPs and improvements for many languages.</li>
<li>10.12 - Support of Java 22 analysis. Automatically analyze opened files on remote environments. 2 new quick fixes for C++. Support for WindRiver GNU C++ compiler for arm. Improve analysis triggering performance. Many fixes on various graphical elements. Bug fixes, fewer FPs and improvements for many languages.</li>
<li>10.11.1 - Allow to open AI fix suggestions coming from SonarQube or SonarCloud. Avoid a rare issue when VFS is closed.</li>
<li>10.11 - Optimize the triggering of analysis and automatically cancel redundant ones. Avoid an error related to the .gitignore file. Fix an issue where a custom Node.js path would not be considered. Optimize SonarLint initialization performance and reduce the file system cache usage. Improve error feedback with Connected Mode. 1 new PHP rule. 7 new Python rules related to PyTorch. Bug fixes, fewer FPs and improvements for many languages.</li>
<li>10.10 - Improve SonarLint performance and optimize memory usage. Refactor thread management to avoid UI freezes. Avoid errors of type 'No file to analyze'. Support detection of Micronaut configuration issues. 6 new JS/TS rules. Introduce new INFO and BLOCKER severities. Improve UI feedback when lacking permission with SonarQube or SonarCloud. Bug fixes, fewer FPs and improvements for many languages.</li>

0 comments on commit 3de3bba

Please sign in to comment.