From 1fa0dc99fe89b51c64e290f7b27b455b3a891aca Mon Sep 17 00:00:00 2001 From: Neal Chambers Date: Wed, 13 Sep 2023 16:34:01 +0900 Subject: [PATCH] Update .rubocop_todo.yml --- .rubocop_todo.yml | 36 +++--------------------------------- 1 file changed, 3 insertions(+), 33 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 326b9fe003..f98d116826 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config --auto-gen-only-exclude --exclude-limit 1400 --no-auto-gen-timestamp` -# using RuboCop version 1.56.2. +# using RuboCop version 1.56.3. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new @@ -770,7 +770,7 @@ Security/Open: Exclude: - 'app/services/image_importer.rb' -# Offense count: 11 +# Offense count: 9 # This cop supports unsafe autocorrection (--autocorrect-all). Style/ArrayIntersect: Exclude: @@ -873,43 +873,13 @@ Style/HashLikeCase: Exclude: - 'app/models/enterprise.rb' -# Offense count: 1715 +# Offense count: 1563 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: EnforcedStyle, EnforcedShorthandSyntax, UseHashRocketsWithSymbolValues, PreferHashRocketsForNonAlnumEndingSymbols. # SupportedStyles: ruby19, hash_rockets, no_mixed_keys, ruby19_no_mixed_keys # SupportedShorthandSyntax: always, never, either, consistent Style/HashSyntax: Exclude: - - 'app/models/spree/adjustment.rb' - - 'app/models/spree/credit_card.rb' - - 'app/models/spree/gateway/pay_pal_express.rb' - - 'app/models/spree/gateway/stripe_sca.rb' - - 'app/models/spree/inventory_unit.rb' - - 'app/models/spree/item_adjustments.rb' - - 'app/models/spree/line_item.rb' - - 'app/models/spree/order.rb' - - 'app/models/spree/order/checkout.rb' - - 'app/models/spree/order_contents.rb' - - 'app/models/spree/payment.rb' - - 'app/models/spree/payment/processing.rb' - - 'app/models/spree/preferences/store.rb' - - 'app/models/spree/price.rb' - - 'app/models/spree/product.rb' - - 'app/models/spree/product_property.rb' - - 'app/models/spree/return_authorization.rb' - - 'app/models/spree/shipment.rb' - - 'app/models/spree/shipping_rate.rb' - - 'app/models/spree/stock_location.rb' - - 'app/models/spree/tax_rate.rb' - - 'app/models/spree/taxonomy.rb' - - 'app/models/spree/user.rb' - - 'app/models/spree/variant.rb' - - 'app/models/stripe_account.rb' - - 'app/models/voucher.rb' - - 'app/reflexes/admin/orders_reflex.rb' - - 'app/reflexes/invite_manager_reflex.rb' - - 'app/reflexes/white_label_reflex.rb' - - 'app/serializers/api/admin/enterprise_serializer.rb' - 'app/services/address_geocoder.rb' - 'app/services/customer_syncer.rb' - 'app/services/exchange_variant_bulk_updater.rb'