mihairatiu / sonar-examples

SonarQube Examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configuration of Projects

The directory /projects contains sample projects for:

  • the different analyzers (SonarQube Runner, Maven, Ant)
  • the different languages (Java, Cobol, .Net, etc.)
  • the different ways to execute unit tests and get code coverage data

SonarQube Plugins

The directory /plugins contains the most frequent kinds of plugins:

  • Extensions of rule engines like Checkstyle or PMD
  • Define a new metric, compute measures and display them in web app

SonarQube Web Service API

The directory /ws contains project samples using the SonarQube web service API.

About

SonarQube Examples