AutoFix RuboCop Style/RedundantPercentQ

This commit is contained in:
Pieter Oliver 2025-07-08 17:18:39 +01:00
parent 5e78a32bfe
commit e6af1dabf8
No known key found for this signature in database
GPG key ID: AAC5BA1478582D1F
2 changed files with 2 additions and 8 deletions

View file

@ -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.

View file

@ -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'