From b35cb0392b668395a4a94fbc372ccded55a0299d Mon Sep 17 00:00:00 2001 From: Rubocop Challenger Date: Tue, 25 Apr 2023 23:31:10 +0000 Subject: [PATCH 1/3] :police_car: regenerate rubocop todo --- .rubocop_todo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index ee825f6..12355fb 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-04-04 23:31:01 UTC using RuboCop version 1.49.0. +# on 2023-04-25 23:31:10 UTC using RuboCop version 1.50.2. # 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 From b08a8ef72397a0719d94371807b8a82b6b17aba6 Mon Sep 17 00:00:00 2001 From: Rubocop Challenger Date: Tue, 25 Apr 2023 23:31:13 +0000 Subject: [PATCH 2/3] :police_car: Gemspec/OrderedDependencies --- .rubocop_todo.yml | 7 ------- china_bank-payroll_text_file.gemspec | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 12355fb..ed96e04 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -14,13 +14,6 @@ Gemspec/DevelopmentDependencies: Exclude: - 'china_bank-payroll_text_file.gemspec' -# Offense count: 1 -# This cop supports safe autocorrection (--autocorrect). -# Configuration parameters: TreatCommentsAsGroupSeparators, ConsiderPunctuation, Include. -# Include: **/*.gemspec -Gemspec/OrderedDependencies: - Exclude: - - 'china_bank-payroll_text_file.gemspec' # Offense count: 1 # This cop supports safe autocorrection (--autocorrect). diff --git a/china_bank-payroll_text_file.gemspec b/china_bank-payroll_text_file.gemspec index 0ab6226..6418bfb 100644 --- a/china_bank-payroll_text_file.gemspec +++ b/china_bank-payroll_text_file.gemspec @@ -23,10 +23,10 @@ Gem::Specification.new do |spec| spec.add_development_dependency "rake" spec.add_development_dependency "rspec" spec.add_development_dependency "rubocop" + spec.add_development_dependency "rubocop_challenger" spec.add_development_dependency "rubocop-performance" spec.add_development_dependency "rubocop-rails" spec.add_development_dependency "rubocop-rspec" - spec.add_development_dependency "rubocop_challenger" spec.add_development_dependency "simplecov" spec.add_dependency "activemodel", "> 5.2" From 8915209804800a03a71ec581bcd141f462153065 Mon Sep 17 00:00:00 2001 From: Rubocop Challenger Date: Tue, 25 Apr 2023 23:31:15 +0000 Subject: [PATCH 3/3] :police_car: regenerate rubocop todo --- .rubocop_todo.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index ed96e04..f3cf45f 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-04-25 23:31:10 UTC using RuboCop version 1.50.2. +# on 2023-04-25 23:31:15 UTC using RuboCop version 1.50.2. # 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 @@ -14,7 +14,6 @@ Gemspec/DevelopmentDependencies: Exclude: - 'china_bank-payroll_text_file.gemspec' - # Offense count: 1 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: Severity, Include.