From 32af87e68a3eaca33d14f190fe07d641d03b4662 Mon Sep 17 00:00:00 2001 From: zanetagebka Date: Mon, 17 Jun 2024 14:46:53 +0200 Subject: [PATCH] update --- .rubocop_todo.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 7a813ea3fc..a7c8cd1ee2 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: