From f521ae3464af8e5e02271cad7fff5c73da5f02da Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Wed, 5 Nov 2025 07:04:18 +0000 Subject: [PATCH] Regenerate .rubocop_todo.yml (#43437). git-svn-id: https://svn.redmine.org/redmine/trunk@24123 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .rubocop_todo.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 1aafe4925..b9189c667 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.76.0. +# using RuboCop version 1.76.2. # 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 @@ -277,12 +277,10 @@ Naming/FileName: Naming/MemoizedInstanceVariableName: Exclude: - 'app/controllers/email_addresses_controller.rb' - - 'app/controllers/users_controller.rb' - 'app/controllers/workflows_controller.rb' - 'app/models/issue.rb' - 'app/models/project.rb' - 'app/models/query.rb' - - 'app/models/role.rb' - 'lib/redmine/field_format.rb' - 'lib/redmine/search.rb' @@ -1261,7 +1259,6 @@ Style/TrivialAccessors: Style/UnlessElse: Exclude: - 'app/controllers/auth_sources_controller.rb' - - 'app/controllers/trackers_controller.rb' - 'lib/redmine/diff_table.rb' - 'lib/redmine/scm/adapters/abstract_adapter.rb'