From 2654d3b86674f29ced23efd7c2d00bb74956a173 Mon Sep 17 00:00:00 2001 From: Mohamed ABDELLANI Date: Mon, 5 Jun 2023 09:58:14 +0100 Subject: [PATCH] update the rubocop_todo list --- .rubocop_todo.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 97b697bed6..6eb6712cce 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -628,11 +628,16 @@ Metrics/BlockLength: - 'spec/factories/user_factory.rb' - 'spec/factories/variant_factory.rb' - 'spec/requests/api/orders_spec.rb' + - 'spec/requests/checkout/failed_checkout_spec.rb' + - 'spec/requests/checkout/stripe_sca_spec.rb' - 'spec/support/cancan_helper.rb' - 'spec/support/matchers/select2_matchers.rb' - 'spec/support/matchers/table_matchers.rb' - 'spec/swagger_helper.rb' - 'spec/system/consumer/shopping/checkout_spec.rb' + - 'spec/system/consumer/shopping/checkout_stripe_spec.rb' + - 'spec/system/consumer/shopping/variant_overrides_spec.rb' + - 'spec/system/consumer/split_checkout_tax_not_incl_spec.rb' # Offense count: 1 # Configuration parameters: CountBlocks, Max.