diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 8ec8041..7dd79b6 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -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. diff --git a/grape_logging.gemspec b/grape_logging.gemspec index 3090481..1ab6127 100644 --- a/grape_logging.gemspec +++ b/grape_logging.gemspec @@ -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'