mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-11 23:17:48 +00:00
Remove unnecessary Rubocop disable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user