summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2024-09-01 00:49:27 +0000
committerGo MAEDA <maeda@farend.jp>2024-09-01 00:49:27 +0000
commit9f1059c13d9eeac4873b02fb2bd2d98f11a3b85c (patch)
treef3198130c3883892ac9fc91da1e874849723c99b /.rubocop_todo.yml
parentba30a2d35f026ff6e262979e790f85cce24743ac (diff)
downloadredmine-9f1059c13d9eeac4873b02fb2bd2d98f11a3b85c.tar.gz
redmine-9f1059c13d9eeac4873b02fb2bd2d98f11a3b85c.zip
Update RuboCop to 1.65 (#39887).
git-svn-id: https://svn.redmine.org/redmine/trunk@23004 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index c2c600519..2c57aaa84 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -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.65.1.
+# using RuboCop version 1.66.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
@@ -251,7 +251,7 @@ Lint/UnusedBlockArgument:
Lint/UnusedMethodArgument:
Enabled: false
-# This cop supports unsafe autocorrection (--autocorrect-all).
+# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AutoCorrect.
Lint/UselessAssignment:
Enabled: false