diff --git a/lib/reporting/reports/list.rb b/lib/reporting/reports/list.rb index 8ce546f590..0af1ab3f69 100644 --- a/lib/reporting/reports/list.rb +++ b/lib/reporting/reports/list.rb @@ -2,7 +2,7 @@ module Reporting module Reports - class List # rubocop:disable Metrics/ClassLength # Because it's a simple class + class List def self.all new.all end