Skip to content

Commit

Permalink
Update embedded CFamily analyzer to 6.54.0.69031 (#5336)
Browse files Browse the repository at this point in the history
Fixes #5334
  • Loading branch information
georgii-borovinskikh-sonarsource committed Apr 2, 2024
1 parent d921a29 commit 6ca5d91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/EmbeddedSonarAnalyzer.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PropertyGroup>
<!-- Note: Guide on how to update the analyzers is on the xtranet! -->
<EmbeddedSonarAnalyzerVersion>9.23.0.88079</EmbeddedSonarAnalyzerVersion>
<EmbeddedSonarCFamilyAnalyzerVersion>6.53.0.67215</EmbeddedSonarCFamilyAnalyzerVersion>
<EmbeddedSonarCFamilyAnalyzerVersion>6.54.0.69031</EmbeddedSonarCFamilyAnalyzerVersion>
<EmbeddedSonarJSAnalyzerVersion>10.13.0.25911</EmbeddedSonarJSAnalyzerVersion>
<!-- Secrets
Secrets are special case: we get the analyzer binaries from a NuGet package, and the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ public class CFamilyEmbeddedSonarWayRulesTests
// e.g. https://next.sonarqube.com/sonarqube/api/plugins/installed and https://sonarcloud.io/api/plugins/installed
// Note - you need to be logged in.

// Rule data for C-Family plugin v6.52.0.66181
// Rule data for C-Family plugin v6.54.0.69031

private const int Active_C_Rules = 210;
private const int Active_C_Rules = 207;
private const int Inactive_C_Rules = 130;

private const int Active_CPP_Rules = 436;
private const int Inactive_CPP_Rules = 220;
private const int Active_CPP_Rules = 434;
private const int Inactive_CPP_Rules = 219;

private readonly CFamilySonarWayRulesConfigProvider rulesMetadataCache = new CFamilySonarWayRulesConfigProvider(CFamilyShared.CFamilyFilesDirectory);

Expand Down

0 comments on commit 6ca5d91

Please sign in to comment.