From 93eda481381dc3da7d2aac16b13b4891ec6c330c Mon Sep 17 00:00:00 2001 From: zanetagebka Date: Mon, 17 Jun 2024 15:39:29 +0200 Subject: [PATCH] recreate rubocop_todo --- .rubocop_todo.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 2220a0bf60..6ca8b45813 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -35,6 +35,15 @@ Layout/MultilineOperationIndentation: Exclude: - 'app/services/products_renderer.rb' +# Offense count: 4 +# This cop supports safe autocorrection (--autocorrect). +# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces. +# SupportedStyles: space, no_space, compact +# SupportedStylesForEmptyBraces: space, no_space +Layout/SpaceInsideHashLiteralBraces: + Exclude: + - 'tmp/stimulus_reflex_installer/working/development.rb' + # Offense count: 16 # Configuration parameters: AllowComments, AllowEmptyLambdas. Lint/EmptyBlock: @@ -949,13 +958,6 @@ Style/RedundantInitialize: Exclude: - 'spec/models/spree/gateway_spec.rb' -# Offense count: 2 -# This cop supports unsafe autocorrection (--autocorrect-all). -Style/RedundantInterpolation: - Exclude: - - 'lib/tasks/karma.rake' - - 'spec/base_spec_helper.rb' - # Offense count: 19 # This cop supports unsafe autocorrection (--autocorrect-all). # Configuration parameters: AllowedMethods, AllowedPatterns.