diff options
author | Go MAEDA <maeda@farend.jp> | 2023-12-20 08:22:54 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2023-12-20 08:22:54 +0000 |
commit | f8ccceeddea9284cd4f21f16aa36beee713b61d5 (patch) | |
tree | a782228cb6d5bd26ba5e7c39ef0a222c40da3722 /.rubocop_todo.yml | |
parent | c8640d7ffc28b1632106e2d2bc33f5d792d644fc (diff) | |
download | redmine-f8ccceeddea9284cd4f21f16aa36beee713b61d5.tar.gz redmine-f8ccceeddea9284cd4f21f16aa36beee713b61d5.zip |
Regenerate .rubocop_todo.yml (#39887).
git-svn-id: https://svn.redmine.org/redmine/trunk@22533 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 24 |
1 files changed, 6 insertions, 18 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 5c37fd235..133af6081 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.57.0. +# using RuboCop version 1.57.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 @@ -124,7 +124,6 @@ Layout/ExtraSpacing: # SupportedStyles: consistent, consistent_relative_to_receiver, special_for_inner_method_call, special_for_inner_method_call_in_parentheses Layout/FirstArgumentIndentation: Exclude: - - 'test/application_system_test_case.rb' - 'test/unit/auth_source_ldap_test.rb' - 'test/unit/lib/redmine/helpers/gantt_test.rb' - 'test/unit/lib/redmine/scm/adapters/filesystem_adapter_test.rb' @@ -266,7 +265,6 @@ Lint/AmbiguousBlockAssociation: Lint/AmbiguousOperator: Exclude: - 'app/controllers/application_controller.rb' - - 'app/helpers/application_helper.rb' - 'test/unit/custom_field_test.rb' - 'test/unit/member_test.rb' @@ -342,6 +340,11 @@ Lint/ParenthesesAsGroupedExpression: - 'test/unit/lib/redmine/export/pdf_test.rb' # This cop supports safe autocorrection (--autocorrect). +Lint/RedundantCopDisableDirective: + Exclude: + - 'app/models/project.rb' + +# This cop supports safe autocorrection (--autocorrect). Lint/RedundantStringCoercion: Exclude: - 'lib/redmine/export/pdf/issues_pdf_helper.rb' @@ -688,7 +691,6 @@ Rails/NegateInclude: # Include: app/**/*.rb, config/**/*.rb, db/**/*.rb, lib/**/*.rb Rails/Output: Exclude: - - 'app/models/mail_handler.rb' - 'config/routes.rb' - 'lib/redmine/diff.rb' - 'lib/redmine/diff_table.rb' @@ -1407,20 +1409,6 @@ Style/RedundantInterpolation: - 'test/functional/watchers_controller_test.rb' # This cop supports safe autocorrection (--autocorrect). -Style/RedundantParentheses: - Exclude: - - 'app/controllers/search_controller.rb' - - 'app/models/enumeration.rb' - - 'app/models/principal.rb' - - 'app/models/repository/cvs.rb' - - 'lib/redmine/platform.rb' - - 'lib/redmine/scm/adapters/cvs_adapter.rb' - - 'lib/redmine/scm/adapters/filesystem_adapter.rb' - - 'test/unit/project_test.rb' - - 'test/unit/user_test.rb' - - 'test/unit/version_test.rb' - -# This cop supports safe autocorrection (--autocorrect). Style/RedundantRegexpEscape: Exclude: - 'app/controllers/settings_controller.rb' |