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: