Mark style violation as tech debt

There's an issue for it already and we want devs to be able to run
rubocop without seeing any issues they didn't introduce.
This commit is contained in:
Maikel Linke
2022-03-01 11:21:31 +11:00
parent e47198f1e5
commit e266475cde

View File

@@ -492,6 +492,7 @@ Metrics/ClassLength:
- 'app/controllers/application_controller.rb'
- 'app/controllers/checkout_controller.rb'
- 'app/controllers/payment_gateways/paypal_controller.rb'
- 'app/controllers/split_checkout_controller.rb'
- 'app/controllers/spree/admin/orders_controller.rb'
- 'app/controllers/spree/admin/payment_methods_controller.rb'
- 'app/controllers/spree/admin/payments_controller.rb'