Enviroment
- I am using SonarQube 9.8.0 Developer Edition running in a Docker container based on the example docker compose
- I use integrated c-family plugin to scan C++ which which is working fine!
Target
-
As the c-family plugin does not yet support to read Valgrind reports, I would like to utilize the CXX plugin for this
-
Is it possible to use both the c-family-plugin and the cxx plugin on the same source-code to combine the findings of both ?