| Type | Name and description |
|---|---|
File |
configFileThe CodeNarc configuration file to use. |
int |
maxPriority1ViolationsThe maximum number of priority 1 violations allowed before failing the build. |
int |
maxPriority2ViolationsThe maximum number of priority 2 violations allowed before failing the build. |
int |
maxPriority3ViolationsThe maximum number of priority 3 violations allowed before failing the build. |
String |
reportFormatThe format type of the CodeNarc report. |
| Type | Name and description |
|---|---|
void |
setReportFormat(String reportFormat) |
The CodeNarc configuration file to use.
The maximum number of priority 1 violations allowed before failing the build.
The maximum number of priority 2 violations allowed before failing the build.
The maximum number of priority 3 violations allowed before failing the build.
The format type of the CodeNarc report. One of html, xml, text, console.