We are pleased to announce the SonarQube C++ Community Plugin version 2.1.0.
This is only a pre-release version, intended to test the next SonarQube 9.9 LTS.
SonarQube compability
- tested and released for SonarQube 8.9.10.61524 LTS and SonarQube 9.8.0.63668 with Java 11
- see also SonarQube compatibility matrix
- Installation Instructions
- Upgrade Instructions
What's changed in addition to V2.1.0.349
- tested with latest SQ versions SQ 8.9.10.61524 SQ 9.8.0.63668 #2458
- Cppcheck 2.90 support #2455
- Clang-Tidy V16 support #2456
- Clang Static Analyzer V16 support #2470
- Visual Studio 2022 warnings support #2460
- use remediation function CONSTANT_ISSUE like the other plugins #2462
- old: remediationFunction=
LINEAR
; remediationFunctionGapMultiplier=5min
- new: remediationFunction=
CONSTANT_ISSUE
; remediationFunctionBaseEffort=5min
- old: remediationFunction=
- use local solution for deprecated org.sonar.api.server.rule.RulesDefinitionXmlLoader #2461