Reputation: 209
I'd like to use SonarQube to analyse C code for an open source project and integrate it into Jenkins. Unfortunately the commercial C/C++ plugin is at EUR 7.000, which rules it out for a free software. I also saw the community C++ plugin. Does this also work well for C code? If not, how could I configure SonarQube with suitable open source tools to get a legal free C plugin?
Upvotes: 10
Views: 5928
Reputation: 3573
Check this out:
This repository contains a SonarQube plugin implementing C++ support.
https://github.com/SonarOpenCommunity/sonar-cxx
Upvotes: 2
Reputation: 3983
If your open source project is well-known, it can be analyzed for free on Nemo: http://nemo.sonarqube.org. Feel free to inquire on the developer mailing-list. See http://www.sonarqube.org/resources/join-our-community/
Upvotes: 1