Regenerate .rubocop_todo.yml (#43437).

git-svn-id: https://svn.redmine.org/redmine/trunk@24123 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2025-11-05 07:04:18 +00:00
parent 73b81d4634
commit f521ae3464

View File

@@ -1,6 +1,6 @@
# This configuration was generated by # This configuration was generated by
# `rubocop --auto-gen-config --exclude-limit 20 --no-offense-counts --no-auto-gen-timestamp` # `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 # The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base. # one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new # Note that changes in the inspected code, or installation of new
@@ -277,12 +277,10 @@ Naming/FileName:
Naming/MemoizedInstanceVariableName: Naming/MemoizedInstanceVariableName:
Exclude: Exclude:
- 'app/controllers/email_addresses_controller.rb' - 'app/controllers/email_addresses_controller.rb'
- 'app/controllers/users_controller.rb'
- 'app/controllers/workflows_controller.rb' - 'app/controllers/workflows_controller.rb'
- 'app/models/issue.rb' - 'app/models/issue.rb'
- 'app/models/project.rb' - 'app/models/project.rb'
- 'app/models/query.rb' - 'app/models/query.rb'
- 'app/models/role.rb'
- 'lib/redmine/field_format.rb' - 'lib/redmine/field_format.rb'
- 'lib/redmine/search.rb' - 'lib/redmine/search.rb'
@@ -1261,7 +1259,6 @@ Style/TrivialAccessors:
Style/UnlessElse: Style/UnlessElse:
Exclude: Exclude:
- 'app/controllers/auth_sources_controller.rb' - 'app/controllers/auth_sources_controller.rb'
- 'app/controllers/trackers_controller.rb'
- 'lib/redmine/diff_table.rb' - 'lib/redmine/diff_table.rb'
- 'lib/redmine/scm/adapters/abstract_adapter.rb' - 'lib/redmine/scm/adapters/abstract_adapter.rb'