summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2023-04-16 11:51:01 +0000
committerGo MAEDA <maeda@farend.jp>2023-04-16 11:51:01 +0000
commit87dc1d90587e59dcc9256ba62565099616651164 (patch)
tree177b836d4d59ee8ea62991d21d71502dae71eab8 /.rubocop_todo.yml
parent0b59699ef676abdfe217c03c11c0c16c7e587083 (diff)
downloadredmine-87dc1d90587e59dcc9256ba62565099616651164.tar.gz
redmine-87dc1d90587e59dcc9256ba62565099616651164.zip
Update RuboCop Rails to 2.19 (#37248).
git-svn-id: https://svn.redmine.org/redmine/trunk@22200 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 09061594f..85f07454a 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -569,7 +569,7 @@ Rails/Exit:
- 'config/initializers/10-patches.rb'
- 'config/routes.rb'
-# This cop supports safe autocorrection (--autocorrect).
+# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: Include, AllowedMethods, AllowedPatterns.
# Include: app/models/**/*.rb
# AllowedMethods: order, limit, select, lock
@@ -765,6 +765,7 @@ Rails/RedundantTravelBack:
- 'test/integration/sudo_mode_test.rb'
- 'test/system/sudo_mode_test.rb'
+# This cop supports unsafe autocorrection (--autocorrect-all).
Rails/ReflectionClassName:
Exclude:
- 'lib/redmine/nested_set/issue_nested_set.rb'