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