AutoFix RuboCop Layout/ExtraSpacing

This commit is contained in:
Pieter Oliver 2025-06-30 12:33:41 +01:00
parent 4cdf5f31b6
commit b6833655f5
2 changed files with 1 additions and 8 deletions

View file

@ -29,13 +29,6 @@ Gemspec/RequiredRubyVersion:
Exclude:
- 'grape_logging.gemspec'
# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowForAlignment, AllowBeforeTrailingComments, ForceEqualSignAlignment.
Layout/ExtraSpacing:
Exclude:
- 'lib/grape_logging/util/parameter_filter.rb'
# Offense count: 26
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: IndentationWidth.