mirror of
https://github.com/samsonjs/grape_logging.git
synced 2026-04-27 14:57:40 +00:00
AutoFix RuboCop Layout/TrailingEmptyLines
This commit is contained in:
parent
433ace3101
commit
abcef47505
4 changed files with 3 additions and 13 deletions
|
|
@ -29,16 +29,6 @@ Gemspec/RequiredRubyVersion:
|
||||||
Exclude:
|
Exclude:
|
||||||
- 'grape_logging.gemspec'
|
- 'grape_logging.gemspec'
|
||||||
|
|
||||||
# Offense count: 3
|
|
||||||
# This cop supports safe autocorrection (--autocorrect).
|
|
||||||
# Configuration parameters: EnforcedStyle.
|
|
||||||
# SupportedStyles: final_newline, final_blank_line
|
|
||||||
Layout/TrailingEmptyLines:
|
|
||||||
Exclude:
|
|
||||||
- 'lib/grape_logging/multi_io.rb'
|
|
||||||
- 'lib/grape_logging/reporters/active_support_reporter.rb'
|
|
||||||
- 'lib/grape_logging/timings.rb'
|
|
||||||
|
|
||||||
# Offense count: 1
|
# Offense count: 1
|
||||||
# Configuration parameters: IgnoreLiteralBranches, IgnoreConstantBranches, IgnoreDuplicateElseBranch.
|
# Configuration parameters: IgnoreLiteralBranches, IgnoreConstantBranches, IgnoreDuplicateElseBranch.
|
||||||
Lint/DuplicateBranch:
|
Lint/DuplicateBranch:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue