From c6254a5b7e2b5044350bc1a78087269a82fefd85 Mon Sep 17 00:00:00 2001 From: zanetagebka Date: Tue, 18 Jun 2024 14:32:41 +0200 Subject: [PATCH] rubocop_todo recreate --- .rubocop_todo.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 6ca8b45813..a32f09b5b2 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -35,15 +35,6 @@ 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: