AutoFix RuboCop Layout/IndentationWidth

This commit is contained in:
Pieter Oliver 2025-06-30 12:35:23 +01:00
parent ea6126dab1
commit fc7ae9023a
3 changed files with 4 additions and 12 deletions

View file

@ -29,14 +29,6 @@ Gemspec/RequiredRubyVersion:
Exclude: Exclude:
- 'grape_logging.gemspec' - 'grape_logging.gemspec'
# Offense count: 4
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: Width, AllowedPatterns.
Layout/IndentationWidth:
Exclude:
- 'lib/grape_logging/middleware/request_logger.rb'
- 'spec/lib/grape_logging/formatters/rails_spec.rb'
# Offense count: 1 # Offense count: 1
# This cop supports safe autocorrection (--autocorrect). # This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowForAlignment, EnforcedStyleForExponentOperator, EnforcedStyleForRationalLiterals. # Configuration parameters: AllowForAlignment, EnforcedStyleForExponentOperator, EnforcedStyleForRationalLiterals.