From 0391093da680e1ed523f6cff98a00c7642d0bdd0 Mon Sep 17 00:00:00 2001 From: Terry Ebdon <47636739+TerryEbdon@users.noreply.github.com> Date: Mon, 4 May 2026 16:13:25 +0100 Subject: [PATCH] Remove CodeNarc rules that depend on GMetrics.jar Fixes #230 --- config/codenarc/codenarc.groovy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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