AutoFix RuboCop Layout/EmptyLinesAroundBlockBody

This commit is contained in:
Pieter Oliver 2025-06-30 12:32:07 +01:00
parent fc2add8c95
commit aa596b832c
2 changed files with 0 additions and 9 deletions

View file

@ -29,14 +29,6 @@ Gemspec/RequiredRubyVersion:
Exclude:
- 'grape_logging.gemspec'
# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle.
# SupportedStyles: empty_lines, no_empty_lines
Layout/EmptyLinesAroundBlockBody:
Exclude:
- 'spec/lib/grape_logging/formatters/rails_spec.rb'
# Offense count: 5
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle.

View file

@ -80,5 +80,4 @@ describe GrapeLogging::Formatters::Rails do
end
end
end
end