Skip to content

Commit

Permalink
SLI-665 Update embedded CFamily analyzer to 6.30.0.42324
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin authored and damien-urruty-sonarsource committed Jan 27, 2022
1 parent fd9cd9b commit 37bc314
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ dependencies {
"sqplugins"("org.sonarsource.html:sonar-html-plugin:3.5.0.3009@jar")
"sqplugins"("org.sonarsource.sonarlint.omnisharp:sonarlint-omnisharp-plugin:1.1.0.41903@jar")
if (artifactoryUsername.isNotEmpty() && artifactoryPassword.isNotEmpty()) {
"sqplugins"("com.sonarsource.cpp:sonar-cfamily-plugin:6.29.0.41127@jar")
"sqplugins"("com.sonarsource.cpp:sonar-cfamily-plugin:6.30.0.42324@jar")
"sqplugins"("com.sonarsource.secrets:sonar-secrets-plugin:1.1.0.36766@jar")
}
"typescript"("typescript:typescript:$typescriptVersion@tgz")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=6.5-SNAPSHOT
version=6.4.3-SNAPSHOT
org.gradle.jvmargs=-XX:MaxPermSize=256M
sonarlintCoreVersion=8.0.2.42487
intellijBuildVersion=IC-2020.1.3
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@

<change-notes><![CDATA[
<ul>
<li>6.4.3 - Fewer false-negatives and false-positives for C/C++.</li>
<li>6.4.2 - Fix potential UI-freeze when loading/unloading modules.</li>
<li>6.4.1 - Fix error in connected mode if custom plugin have markdown rule description.</li>
<li>6.4 - Automatically synchronize rules and settings from server. New JS/TS rules for tests. Support PHP 8.1. New rules for regexp in Python. Support Python 3.10. New rules for Kotlin. Support Kotlin 1.6. Support Ruby 3.0.3. 10 new rules for C++20 coroutines, quick fixes for 3 more C++ rules. Support .NET 6 in Rider. Many rules improvements.</li>
Expand Down

0 comments on commit 37bc314

Please sign in to comment.