Skip to content

Commit

Permalink
SLVS-1416 Upgrade CFamily analyzer to 6.58.0.74356 (#5672)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 3779008 commit 4bbece9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.30.0.95878</EmbeddedSonarAnalyzerVersion>
<EmbeddedSonarCFamilyAnalyzerVersion>6.57.0.73017</EmbeddedSonarCFamilyAnalyzerVersion>
<EmbeddedSonarCFamilyAnalyzerVersion>6.58.0.74356</EmbeddedSonarCFamilyAnalyzerVersion>
<EmbeddedSonarJSAnalyzerVersion>10.14.0.26080</EmbeddedSonarJSAnalyzerVersion>
<EmbeddedSonarSecretsJarVersion>2.13.0.3515</EmbeddedSonarSecretsJarVersion>
<!-- SLOOP: Binaries for SonarLint Out Of Process -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class CFamilyEmbeddedSonarWayRulesTests
private const int Active_C_Rules = 209;
private const int Inactive_C_Rules = 130;

private const int Active_CPP_Rules = 438;
private const int Active_CPP_Rules = 445;
private const int Inactive_CPP_Rules = 219;

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

0 comments on commit 4bbece9

Please sign in to comment.