Skip to content

Commit

Permalink
SLI-1735 Update SonarKotlin analyzer to 2.21.0.5736
Browse files Browse the repository at this point in the history
  • Loading branch information
nquinquenel committed Nov 28, 2024
1 parent f81ec08 commit 1c643d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sonar-java = "8.6.0.37351"
sonar-javascript = "10.17.0.28100"
sonar-php = "3.40.0.12590"
sonar-python = "4.24.0.18631"
sonar-kotlin = "2.20.0.4382"
sonar-kotlin = "2.21.0.5736"
sonar-ruby = "1.17.1.134"
sonar-go = "1.17.1.145"
sonar-html = "3.17.0.5548"
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

<change-notes><![CDATA[
<ul>
<li>10.13 - Multiple performance improvements to the JS/TS analyzer. Improve the tolerance to syntax errors when parsing Java switch expressions. Detection of secrets in PHP. Support of Python 3.13.</li>
<li>10.13 - Multiple performance improvements to the JS/TS analyzer. Improve the tolerance to syntax errors when parsing Java switch expressions. Detection of secrets in PHP. Support of Python 3.13. Enable NOSONAR for Kotlin.</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>
Expand Down

0 comments on commit 1c643d7

Please sign in to comment.