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.
This commit is contained in:
David Cook
2023-06-28 16:31:24 +10:00
committed by Konrad
parent 93cca56e68
commit e934bc7cb9

View File

@@ -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