{iframe:src=http://update.sonarsource.org/plugins/issuesreport.html|width=700|height=250|frameborder=0} Your browser does not support iframes. {iframe} |
The plugin provides the ability to run local Sonar analyses. The main use case is for a developer to check its code before pushing it to the SCM.
It generates an HTML report that displays list violations that can be filtered by new violations only, severity, etc. See the following example.
It is compatible with any language.
Run a Sonar analysis on your project with your usual analyzer (Sonar Runner, Maven or Ant).
To run the analysis without pushing the results to the database, set the 'sonar.dryRun' to 'true'. Then, the analysis will be run locally.
To get a local report:
To generate