From c076c252047a5d7b1247ce24c540ccfa8a806c5e Mon Sep 17 00:00:00 2001 From: Rubocop Challenger Date: Wed, 31 May 2023 23:31:31 +0000 Subject: [PATCH 1/3] :police_car: regenerate rubocop todo --- .rubocop_todo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index ee825f6..7791df9 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,12 +1,12 @@ # This configuration was generated by # `rubocop --auto-gen-config --exclude-limit 180` -# on 2023-04-04 23:31:01 UTC using RuboCop version 1.49.0. +# on 2023-05-31 23:31:31 UTC using RuboCop version 1.51.0. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. -# Offense count: 8 +# Offense count: 9 # Configuration parameters: EnforcedStyle, AllowedGems, Include. # SupportedStyles: Gemfile, gems.rb, gemspec # Include: **/*.gemspec, **/Gemfile, **/gems.rb From c1d70f0cb1c28606cf173fd4c0e2f229d35d606c Mon Sep 17 00:00:00 2001 From: Rubocop Challenger Date: Wed, 31 May 2023 23:31:33 +0000 Subject: [PATCH 2/3] :police_car: Style/RedundantPercentQ --- .rubocop_todo.yml | 5 ----- china_bank-payroll_text_file.gemspec | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 7791df9..3d5ac4d 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -159,11 +159,6 @@ Style/RedundantInterpolation: Exclude: - 'spec/china_bank/payroll_text_file/line_spec.rb' -# Offense count: 2 -# This cop supports safe autocorrection (--autocorrect). -Style/RedundantPercentQ: - Exclude: - - 'china_bank-payroll_text_file.gemspec' # Offense count: 148 # This cop supports safe autocorrection (--autocorrect). diff --git a/china_bank-payroll_text_file.gemspec b/china_bank-payroll_text_file.gemspec index 0ab6226..1bae56c 100644 --- a/china_bank-payroll_text_file.gemspec +++ b/china_bank-payroll_text_file.gemspec @@ -9,8 +9,8 @@ Gem::Specification.new do |spec| spec.authors = ["Ronald Maravilla"] spec.email = ["rmaravilla@payrollhero.com"] - spec.summary = %q{A payroll text file generator for China Bank} - spec.description = %q{A payroll text file generator for China Bank} + spec.summary = 'A payroll text file generator for China Bank' + spec.description = 'A payroll text file generator for China Bank' spec.homepage = "https://github.com/payrollhero/china_bank-payroll_text_file" spec.license = "BSD-3-Clause" From 76c7ab52f302a415aa318825ff5da0d32ce4242a Mon Sep 17 00:00:00 2001 From: Rubocop Challenger Date: Wed, 31 May 2023 23:31:36 +0000 Subject: [PATCH 3/3] :police_car: regenerate rubocop todo --- .rubocop_todo.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 3d5ac4d..451deee 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config --exclude-limit 180` -# on 2023-05-31 23:31:31 UTC using RuboCop version 1.51.0. +# on 2023-05-31 23:31:35 UTC using RuboCop version 1.51.0. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new @@ -146,20 +146,12 @@ Style/MutableConstant: - 'lib/china_bank/payroll_text_file/line.rb' - 'lib/china_bank/payroll_text_file/version.rb' -# Offense count: 2 -# This cop supports safe autocorrection (--autocorrect). -# Configuration parameters: PreferredDelimiters. -Style/PercentLiteralDelimiters: - Exclude: - - 'china_bank-payroll_text_file.gemspec' - # Offense count: 1 # This cop supports unsafe autocorrection (--autocorrect-all). Style/RedundantInterpolation: Exclude: - 'spec/china_bank/payroll_text_file/line_spec.rb' - # Offense count: 148 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline.