Skip to content

Commit

Permalink
Update embedded CFamily analyzer to v6.30.0.42324
Browse files Browse the repository at this point in the history
  • Loading branch information
AbbasNS committed Feb 20, 2022
1 parent a6e0beb commit 824e200
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 @@ -6,7 +6,7 @@
<!-- Note: don't forget to upload the new packages to the package feed when changing
the SonarAnalyzer version -->
<EmbeddedSonarAnalyzerVersion>8.34.0.42011</EmbeddedSonarAnalyzerVersion>
<EmbeddedSonarCFamilyAnalyzerVersion>6.29.0.41127</EmbeddedSonarCFamilyAnalyzerVersion>
<EmbeddedSonarCFamilyAnalyzerVersion>6.30.0.42324</EmbeddedSonarCFamilyAnalyzerVersion>
<EmbeddedSonarJSAnalyzerVersion>8.1.0.15788</EmbeddedSonarJSAnalyzerVersion>
<EmbeddedSonarSecretsAnalyzerVersion>0.0.6</EmbeddedSonarSecretsAnalyzerVersion>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class CFamilyEmbeddedSonarWayRulesTests
// The QP filter has "active/inactive" tabs. The number of rules is shown in the top-right of the screen.
// 5. Repeat for C++.

// Rule data for C-Family plugin v6.29 (build 41127)
// Rule data for C-Family plugin v6.30 (build 42324)
private const int Active_C_Rules = 206;
private const int Inactive_C_Rules = 103;

Expand Down

0 comments on commit 824e200

Please sign in to comment.