Remove unnecessary Rubocop disable

This commit is contained in:
Maikel Linke
2023-10-02 16:18:51 +11:00
parent 89414ba821
commit fec6caf576

View File

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