From 1a1ea183071295ab2bf7d957513be613de5059bd Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Fri, 13 Oct 2023 02:06:54 +0000 Subject: Update RuboCop Rails to 2.21 (#37248). git-svn-id: https://svn.redmine.org/redmine/trunk@22341 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .rubocop_todo.yml | 17 ----------------- 1 file changed, 17 deletions(-) (limited to '.rubocop_todo.yml') diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index a3c419380..ec34bc33b 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -566,23 +566,6 @@ Rails/Exit: - 'config/initializers/10-patches.rb' - 'config/routes.rb' -# This cop supports unsafe autocorrection (--autocorrect-all). -# Configuration parameters: Include, AllowedMethods, AllowedPatterns. -# Include: app/models/**/*.rb -# AllowedMethods: order, limit, select, lock -Rails/FindEach: - Exclude: - - 'app/models/auth_source.rb' - - 'app/models/group.rb' - - 'app/models/issue.rb' - - 'app/models/issue_status.rb' - - 'app/models/project.rb' - - 'app/models/query.rb' - - 'app/models/repository.rb' - - 'app/models/setting.rb' - - 'app/models/watcher.rb' - - 'app/models/wiki_page.rb' - # Configuration parameters: Include. # Include: app/models/**/*.rb Rails/HasAndBelongsToMany: -- cgit v1.2.3