From e934bc7cb9630ff1a1bae4ccf2997a64b642f79f Mon Sep 17 00:00:00 2001 From: David Cook Date: Wed, 28 Jun 2023 16:31:24 +1000 Subject: [PATCH] Ignore ClassLength I'm never quite sure the best way to deal with these, so I added a comment to at least explain my justification. --- lib/reporting/reports/list.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/reporting/reports/list.rb b/lib/reporting/reports/list.rb index 3a9c1e6d2f..2f6567a666 100644 --- a/lib/reporting/reports/list.rb +++ b/lib/reporting/reports/list.rb @@ -2,7 +2,7 @@ module Reporting module Reports - class List + class List # rubocop:disable Metrics/ClassLength # Because it's a simple class def self.all new.all end