mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user