AutoFix RuboCop Layout/SpaceBeforeBlockBraces

This commit is contained in:
Pieter Oliver 2025-06-30 12:37:45 +01:00
parent 1b9aedf01e
commit f5a1cdb6f9
5 changed files with 6 additions and 18 deletions

View file

@ -29,18 +29,6 @@ Gemspec/RequiredRubyVersion:
Exclude:
- 'grape_logging.gemspec'
# Offense count: 6
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces.
# SupportedStyles: space, no_space
# SupportedStylesForEmptyBraces: space, no_space
Layout/SpaceBeforeBlockBraces:
Exclude:
- 'lib/grape_logging/formatters/rails.rb'
- 'lib/grape_logging/loggers/filter_parameters.rb'
- 'lib/grape_logging/loggers/response.rb'
- 'spec/lib/grape_logging/middleware/request_logger_spec.rb'
# Offense count: 2
# This cop supports safe autocorrection (--autocorrect).
Layout/SpaceBeforeComma: