mirror of
https://github.com/samsonjs/grape_logging.git
synced 2026-03-31 09:55:47 +00:00
AutoFix RuboCop Style/GuardClause
This commit is contained in:
parent
f6ae186ea6
commit
b8d083142f
1 changed files with 0 additions and 7 deletions
|
|
@ -141,13 +141,6 @@ Style/GlobalStdStream:
|
|||
Exclude:
|
||||
- 'lib/grape_logging/reporters/logger_reporter.rb'
|
||||
|
||||
# Offense count: 1
|
||||
# This cop supports safe autocorrection (--autocorrect).
|
||||
# Configuration parameters: MinBodyLength, AllowConsecutiveConditionals.
|
||||
Style/GuardClause:
|
||||
Exclude:
|
||||
- 'lib/grape_logging/reporters/logger_reporter.rb'
|
||||
|
||||
# Offense count: 1
|
||||
# This cop supports unsafe autocorrection (--autocorrect-all).
|
||||
# Configuration parameters: EnforcedStyle, Autocorrect.
|
||||
|
|
|
|||
Loading…
Reference in a new issue