]> source.dussan.org Git - redmine.git/commitdiff
Regenerate .rubocop_todo.yml (#39887).
authorGo MAEDA <maeda@farend.jp>
Wed, 20 Dec 2023 08:22:54 +0000 (08:22 +0000)
committerGo MAEDA <maeda@farend.jp>
Wed, 20 Dec 2023 08:22:54 +0000 (08:22 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@22533 e93f8b46-1217-0410-a6f0-8f06a7374b81

.rubocop_todo.yml

index 5c37fd235b5c79dde11b0ef22468e70b52667e9d..133af608104bd999ebd2218959d41ed640e243b2 100644 (file)
@@ -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'
 
@@ -341,6 +339,11 @@ Lint/ParenthesesAsGroupedExpression:
     - 'test/unit/attachment_test.rb'
     - '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:
@@ -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'
@@ -1406,20 +1408,6 @@ Style/RedundantInterpolation:
     - 'test/functional/versions_controller_test.rb'
     - '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: