From e362694956ddb96d0a702b12e444c23fe78ddec4 Mon Sep 17 00:00:00 2001 From: Gabriela Trutan Date: Thu, 5 Sep 2024 15:55:35 +0200 Subject: [PATCH] SLVS-1416 Upgrade CFamily analyzer to 6.58.0.74356 --- src/EmbeddedSonarAnalyzer.props | 2 +- .../CFamily/CFamilyEmbeddedSonarWayRulesTests.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/EmbeddedSonarAnalyzer.props b/src/EmbeddedSonarAnalyzer.props index 7a5cf3d4d3..2deb7dec2f 100644 --- a/src/EmbeddedSonarAnalyzer.props +++ b/src/EmbeddedSonarAnalyzer.props @@ -5,7 +5,7 @@ 9.30.0.95878 - 6.57.0.73017 + 6.58.0.74356 10.14.0.26080 2.13.0.3515 diff --git a/src/Integration.Vsix.UnitTests/CFamily/CFamilyEmbeddedSonarWayRulesTests.cs b/src/Integration.Vsix.UnitTests/CFamily/CFamilyEmbeddedSonarWayRulesTests.cs index 667cc4a8f4..eafa89e1cb 100644 --- a/src/Integration.Vsix.UnitTests/CFamily/CFamilyEmbeddedSonarWayRulesTests.cs +++ b/src/Integration.Vsix.UnitTests/CFamily/CFamilyEmbeddedSonarWayRulesTests.cs @@ -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);