From 4bbece938048121129b28eedc0ad882c16b15f61 Mon Sep 17 00:00:00 2001 From: Gabriela Trutan <gabriela.trutan@sonarsource.com> Date: Mon, 9 Sep 2024 10:08:22 +0200 Subject: [PATCH] SLVS-1416 Upgrade CFamily analyzer to 6.58.0.74356 (#5672) [SLVS-1416](https://sonarsource.atlassian.net/browse/SLVS-1416) [SLVS-1416]: https://sonarsource.atlassian.net/browse/SLVS-1416?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ --- 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 @@ <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 --> 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);