Rubocop changes.

This commit is contained in:
Drumstickx
2019-05-21 14:51:52 +02:00
parent 2f83d02168
commit 29f68ed5d8
2 changed files with 2 additions and 1 deletions

View File

@@ -196,7 +196,6 @@ Metrics/ClassLength:
Max: 100
Exclude:
- engines/order_management/app/services/order_management/reports/enterprise_fee_summary/scope.rb
- lib/open_food_network/users_and_enterprises_report.rb
Metrics/ModuleLength:
Max: 100

View File

@@ -1,3 +1,4 @@
# rubocop:disable Metrics/ClassLength
module OpenFoodNetwork
class UsersAndEnterprisesReport
attr_reader :params
@@ -119,3 +120,4 @@ module OpenFoodNetwork
end
end
end
# rubocop:enable Metrics/ClassLength