Skip to content

saurabhjuneja/sonar-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 Java and JavaScript
  • 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.