diff --git a/config/codenarc/codenarc.groovy b/config/codenarc/codenarc.groovy index 13708a4..e1e444d 100644 --- a/config/codenarc/codenarc.groovy +++ b/config/codenarc/codenarc.groovy @@ -376,10 +376,10 @@ ruleset { SerializableClassMustDefineSerialVersionUID // rulesets/size.xml - AbcMetric // Requires the GMetrics jar + // AbcMetric // Requires the GMetrics jar ClassSize - CrapMetric // Requires the GMetrics jar and a Cobertura coverage file - CyclomaticComplexity // Requires the GMetrics jar + // CrapMetric // Requires the GMetrics jar and a Cobertura coverage file + // CyclomaticComplexity // Requires the GMetrics jar MethodCount MethodSize NestedBlockDepth