Skip to content

Commit

Permalink
Ignore long classes for now
Browse files Browse the repository at this point in the history
As much as I hate to add to this list, this is still a work in progress so it's not worth refactoring at this point.
  • Loading branch information
dacook committed Aug 18, 2023
1 parent 9ee74cc commit b3a7e14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop_todo.yml
Expand Up @@ -220,11 +220,13 @@ Metrics/ClassLength:
- 'app/models/spree/user.rb'
- 'app/models/spree/variant.rb'
- 'app/models/spree/zone.rb'
- 'app/reflexes/products_reflex.rb'
- 'app/serializers/api/cached_enterprise_serializer.rb'
- 'app/serializers/api/enterprise_shopfront_serializer.rb'
- 'app/services/cart_service.rb'
- 'app/services/order_cycle_form.rb'
- 'app/services/order_syncer.rb'
- 'app/services/sets/product_set.rb'
- 'engines/order_management/app/services/order_management/order/updater.rb'
- 'lib/open_food_network/enterprise_fee_calculator.rb'
- 'lib/open_food_network/order_cycle_form_applicator.rb'
Expand Down

0 comments on commit b3a7e14

Please sign in to comment.