{iframe:src=http://update.sonarsource.org/plugins/issuesreport.html|width=700|height=250|frameborder=0} Your browser does not support iframes. {iframe} |
The Issues Report 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 a list of violations that can be filtered by severity, new violations only, etc.
It support all languages.
Here's an example of HTML report that you can download:
Simply run a Sonar analysis on your project with your favorite analyzer (Sonar Runner, Maven or Ant).
To run the analysis without pushing the results to the database, set the 'sonar.dryRun' to 'true'.
To get a local report: