I want to make a plugin which runs cppcheck
tool inside a Sensor
class. In order to reuse an existing and supported plugin I would like to use sonar-cxx
plugin to import my plugin's results.
How does it work to order plugins use in sonar-scanner? I want to be sure that the cppcheck report is created before sonar-scanner calls cxx-plugin.