Merge pull request #6266 from jhsu802701/rubocop_web_helper

Exempted spec/support/request/web_helper.rb from Metrics/AbcSize
This commit is contained in:
Luis Ramos
2020-10-29 13:52:15 +00:00
committed by GitHub

View File

@@ -452,6 +452,7 @@ Metrics/AbcSize:
- spec/services/order_checkout_restart_spec.rb
- spec/support/i18n_translations_checker.rb
- spec/support/performance_helper.rb
- spec/support/request/web_helper.rb
Metrics/BlockLength:
Max: 25