]> source.dussan.org Git - redmine.git/commitdiff
Update RuboCop to 1.57 (#36919).
authorGo MAEDA <maeda@farend.jp>
Thu, 12 Oct 2023 10:28:18 +0000 (10:28 +0000)
committerGo MAEDA <maeda@farend.jp>
Thu, 12 Oct 2023 10:28:18 +0000 (10:28 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@22338 e93f8b46-1217-0410-a6f0-8f06a7374b81

.rubocop_todo.yml
Gemfile

index 7261428c5f218e1822f9dd2a5d7b9de3a14dc653..a3c419380dae0a00c7fd1d96af338d9bf39446c7 100644 (file)
@@ -1,6 +1,6 @@
 # This configuration was generated by
 # `rubocop --auto-gen-config --exclude-limit 20 --no-offense-counts --no-auto-gen-timestamp`
-# using RuboCop version 1.56.0.
+# using RuboCop version 1.57.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
@@ -940,7 +940,7 @@ Style/CaseLikeIf:
 Style/ClassAndModuleChildren:
   Enabled: false
 
-# This cop supports safe autocorrection (--autocorrect).
+# This cop supports unsafe autocorrection (--autocorrect-all).
 # Configuration parameters: AllowedMethods, AllowedPatterns.
 # AllowedMethods: ==, equal?, eql?
 Style/ClassEqualityComparison:
diff --git a/Gemfile b/Gemfile
index a925c85994cc37c415b9ad44d56d5309d4ba30f7..44b6fbff043f50effc319fb4cab993669153a8d7 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -103,7 +103,7 @@ group :test do
   gem "selenium-webdriver", "~> 3.142.7"
   gem 'webdrivers', '4.6.1', require: false
   # RuboCop
-  gem 'rubocop', '~> 1.56.0', require: false
+  gem 'rubocop', '~> 1.57.0', require: false
   gem 'rubocop-performance', '~> 1.19.0', require: false
   gem 'rubocop-rails', '~> 2.20.2', require: false
 end