summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2024-11-02 04:21:19 +0000
committerGo MAEDA <maeda@farend.jp>2024-11-02 04:21:19 +0000
commit9925a8ecc0df47cd948f3e025f1303b33df3afbe (patch)
tree6d9db6e7f5cb0696132e98361d5a838e4410a5a6 /.rubocop_todo.yml
parent47c21fa2171a408f053b3344cbe9b17bb7492194 (diff)
downloadredmine-9925a8ecc0df47cd948f3e025f1303b33df3afbe.tar.gz
redmine-9925a8ecc0df47cd948f3e025f1303b33df3afbe.zip
Update RuboCop to 1.68 (#39887).
git-svn-id: https://svn.redmine.org/redmine/trunk@23177 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 0f316a54b..ceab673e9 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.67.0.
+# using RuboCop version 1.68.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
@@ -178,7 +178,7 @@ Lint/AmbiguousRegexpLiteral:
Lint/AssignmentInCondition:
Enabled: false
-# Configuration parameters: IgnoreLiteralBranches, IgnoreConstantBranches.
+# Configuration parameters: IgnoreLiteralBranches, IgnoreConstantBranches, IgnoreDuplicateElseBranch.
Lint/DuplicateBranch:
Exclude:
- 'app/helpers/queries_helper.rb'