Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions config/codenarc/codenarc.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading