mirror of
https://github.com/samsonjs/grape_logging.git
synced 2026-03-25 08:55:47 +00:00
AutoFix RuboCop Style/RedundantPercentQ
This commit is contained in:
parent
5e78a32bfe
commit
e6af1dabf8
2 changed files with 2 additions and 8 deletions
|
|
@ -230,12 +230,6 @@ Style/RedundantConstantBase:
|
|||
Exclude:
|
||||
- 'lib/grape_logging/util/parameter_filter.rb'
|
||||
|
||||
# Offense count: 2
|
||||
# This cop supports safe autocorrection (--autocorrect).
|
||||
Style/RedundantPercentQ:
|
||||
Exclude:
|
||||
- 'grape_logging.gemspec'
|
||||
|
||||
# Offense count: 3
|
||||
# This cop supports unsafe autocorrection (--autocorrect-all).
|
||||
# Configuration parameters: ConvertCodeThatCanStartToReturnNil, AllowedMethods, MaxChainLength.
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|||
spec.authors = ['aserafin']
|
||||
spec.email = ['adrian@softmad.pl']
|
||||
|
||||
spec.summary = %q{Out of the box request logging for Grape!}
|
||||
spec.description = %q{This gem provides simple request logging for Grape with just few lines of code you have to put in your project! In return you will get response codes, paths, parameters and more!}
|
||||
spec.summary = 'Out of the box request logging for Grape!'
|
||||
spec.description = 'This gem provides simple request logging for Grape with just few lines of code you have to put in your project! In return you will get response codes, paths, parameters and more!'
|
||||
spec.homepage = 'http://github.com/aserafin/grape_logging'
|
||||
spec.license = 'MIT'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue