Developer Edition with Cppcheck

Hello,

I’m evaluating the developer edition of SonarQube. I used the community edition for quite some time with the C++ community plugin where it’s possible to import Cppcheck results into SonarQube.
Is that also possible with the developer edition? The C++ checker/scanner that comes with the developer edition is great but we also use Cppcheck as a second analyzer and would like to add the results to SonarQube.

Hi @fuzzel,

no, we don’t support cppcheck import, it was dropped a long time ago. If you believe you are getting some value of it, you can import its report issues through SonarQube generic issue data: https://docs.sonarqube.org/latest/analysis/generic-issue/.

1 Like

Ok thanks for the quick response.