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'