This repository is DEPRECATED and will be soon replaced by :
- https://github.com/SonarSource/sonar-scanning-examples : show how to use the SonarQube Scanners
- https://github.com/SonarSource/sonar-custom-rules-examples : show how to write custom rules
- https://github.com/SonarSource/sonar-custom-plugin-example : show how to write a SonarQube Plugin compatible with SQ LTS
The directory '/projects' contains sample projects for:
- the different analyzers (SonarQube Scanner, SonarQube for Maven, SonarQube for MSBuild, ...)
- the different languages (Java, JavaScript, Cobol, C#, ...)
- the different ways to import unit tests and get code coverage data into SonarQube
The directory '/plugins' contains the most frequent kinds of custom plugins:
- Custom Rules for Java, JavaScript and PHP Analyzers
- New metric, computation of high level measures, post jobs