@CompileStatic class Codenarc extends AbstractQualityFeature
Type | Name and description |
---|---|
static String |
PLUGIN_ID |
File |
configFile |
int |
maxPriority1Violations |
int |
maxPriority2Violations |
int |
maxPriority3Violations |
Constructor and description |
---|
Codenarc
(ProjectConfigurationExtension config, Project project) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
applyTo(CodeNarc codenarcTask) |
|
boolean |
isConfigFileSet() |
|
static void |
merge(Codenarc o1, Codenarc o2) |
|
void |
normalize() |
|
void |
setConfigFile(File configFile) |
Methods inherited from class | Name |
---|---|
class AbstractQualityFeature |
excludeSourceSet, getIgnoreFailures, merge |
class AbstractAggregateFeature |
aggregate, aggregate, merge, toMap |
class AbstractFeature |
isEnabledSet, isRoot, merge, normalize, postMerge, setEnabled |
Groovy Documentation