rubocop_todo recreate

This commit is contained in:
zanetagebka
2024-06-18 14:32:41 +02:00
parent dd7ae1330f
commit c6254a5b7e

View File

@@ -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: