Autofix RuboCop Layout/EmptyLine

This commit is contained in:
Pieter Oliver 2025-06-30 10:48:15 +01:00
parent 672a086dae
commit b4daa9b92e
2 changed files with 0 additions and 7 deletions

View file

@ -29,12 +29,6 @@ Gemspec/RequiredRubyVersion:
Exclude:
- 'grape_logging.gemspec'
# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
Layout/EmptyLines:
Exclude:
- 'spec/lib/grape_logging/loggers/filter_parameters_spec.rb'
# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle.

View file

@ -1,7 +1,6 @@
require 'spec_helper'
require 'ostruct'
describe GrapeLogging::Loggers::FilterParameters do
let(:filtered_parameters) { %w[one four] }