SonarQube Module
Contains a task to run the SonarQube static code analyzer. It uses the SonarScanner for MSBuild
Types
Type | Description |
Functions and values
Function or value | Description |
Full Usage:
finish setParams
Parameters:
(SonarQubeParams -> SonarQubeParams) option
-
Function used to overwrite the SonarQube default parameters.
|
Example
|
Full Usage:
scan setParams doBetween
Parameters:
SonarQubeParams -> SonarQubeParams
-
Function used to overwrite the SonarQube default parameters.
doBetween : unit -> unit
-
Function executed between begin and end Sonar Qube commands.
|
This task can be used to execute some code between the `begin` and `end` [Sonar Qube](http://sonarqube.org/) on a project.
Example
|
Full Usage:
start setParams
Parameters:
SonarQubeParams -> SonarQubeParams
-
Function used to overwrite the SonarQube default parameters.
|
Example
|