Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C plugin for SonarQube

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?

like image 275
John Doe IV Avatar asked Sep 22 '13 20:09

John Doe IV


1 Answers

Check this out:

This repository contains a SonarQube plugin implementing C++ support.

https://github.com/SonarOpenCommunity/sonar-cxx

like image 75
Behrouz.M Avatar answered Oct 11 '22 02:10

Behrouz.M