mirror of
https://github.com/samsonjs/grape_logging.git
synced 2026-04-01 10:05:47 +00:00
Autofix RuboCop Layout/EmptyLine
This commit is contained in:
parent
672a086dae
commit
b4daa9b92e
2 changed files with 0 additions and 7 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
require 'spec_helper'
|
||||
require 'ostruct'
|
||||
|
||||
|
||||
describe GrapeLogging::Loggers::FilterParameters do
|
||||
let(:filtered_parameters) { %w[one four] }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue