From e6af1dabf85fba2150e0731b0cdd74664ec4d890 Mon Sep 17 00:00:00 2001 From: Pieter Oliver Date: Tue, 8 Jul 2025 17:18:39 +0100 Subject: [PATCH] AutoFix RuboCop Style/RedundantPercentQ --- .rubocop_todo.yml | 6 ------ grape_logging.gemspec | 4 ++-- 2 files changed, 2 insertions(+), 8 deletions(-) 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'