diff options
author | Go MAEDA <maeda@farend.jp> | 2024-04-09 09:56:09 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2024-04-09 09:56:09 +0000 |
commit | a448b1e68e8bfb26e848a62256051ebe37cc7d4c (patch) | |
tree | b54cb7632f26e3609a64185b83ccefea29cc09d0 /.rubocop_todo.yml | |
parent | f7f40139ddde0dc80933354ff1064af1acc09b63 (diff) | |
download | redmine-a448b1e68e8bfb26e848a62256051ebe37cc7d4c.tar.gz redmine-a448b1e68e8bfb26e848a62256051ebe37cc7d4c.zip |
Regenerate .rubocop_todo.yml (#39887).
git-svn-id: https://svn.redmine.org/redmine/trunk@22779 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 1d45121c2..0e47e9842 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.60.1. +# using RuboCop version 1.60.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 @@ -320,12 +320,6 @@ Lint/MixedRegexpCaptureTypes: Exclude: - 'app/helpers/application_helper.rb' -# This cop supports unsafe autocorrection (--autocorrect-all). -Lint/NonDeterministicRequireOrder: - Exclude: - - 'lib/redmine/core_ext.rb' - - 'lib/redmine/twofa.rb' - Lint/OutOfRangeRegexpRef: Exclude: - 'lib/redmine/wiki_formatting/textile/redcloth3.rb' @@ -930,7 +924,6 @@ Style/ClassMethods: Style/ClassVars: Exclude: - 'app/models/attachment.rb' - - 'config/initializers/10-patches.rb' - 'lib/redmine/activity.rb' - 'lib/redmine/hook.rb' - 'lib/redmine/i18n.rb' @@ -1112,7 +1105,6 @@ Style/IfInsideElse: - 'app/models/project.rb' - 'app/models/query.rb' - 'app/models/version.rb' - - 'config/initializers/10-patches.rb' - 'lib/redmine/field_format.rb' - 'lib/redmine/helpers/gantt.rb' - 'lib/redmine/menu_manager.rb' |