11# This configuration was generated by
22# `rubocop --auto-gen-config --auto-gen-only-exclude --exclude-limit 100`
3- # on 2026-03-06 12:51:37 UTC using RuboCop version 1.85.1.
3+ # on 2026-03-16 13:23:45 UTC using RuboCop version 1.85.1.
44# The point is for the user to remove these configuration records
55# one by one as the offenses are removed from the code base.
66# Note that changes in the inspected code, or installation of new
77# versions of RuboCop, may require this file to be generated again.
88
9- # Offense count: 3495
9+ # Offense count: 3493
1010# This cop supports safe autocorrection (--autocorrect).
1111# Configuration parameters: AllowHeredoc, AllowURI, AllowQualifiedName, URISchemes, AllowRBSInlineAnnotation, AllowCopDirectives, AllowedPatterns, SplitStrings.
1212# URISchemes: http, https
@@ -47,7 +47,7 @@ Lint/UselessOr:
4747 Exclude :
4848 - ' app/lib/routes_helper/api_matcher.rb'
4949
50- # Offense count: 923
50+ # Offense count: 928
5151# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
5252Metrics/AbcSize :
5353 Max : 255
@@ -62,7 +62,7 @@ Metrics/BlockNesting:
6262 - ' app/models/bs_request_action.rb'
6363 - ' lib/xpath_engine.rb'
6464
65- # Offense count: 86
65+ # Offense count: 87
6666# Configuration parameters: CountComments, Max, CountAsOne.
6767Metrics/ClassLength :
6868 Exclude :
@@ -89,6 +89,7 @@ Metrics/ClassLength:
8989 - ' app/controllers/webui/search_controller.rb'
9090 - ' app/controllers/webui/staging/workflows_controller.rb'
9191 - ' app/controllers/webui/users/notifications_controller.rb'
92+ - ' app/controllers/webui/users/tokens_controller.rb'
9293 - ' app/controllers/webui/users_controller.rb'
9394 - ' app/controllers/webui/webui_controller.rb'
9495 - ' app/lib/backend/connection.rb'
@@ -244,7 +245,7 @@ Metrics/CyclomaticComplexity:
244245 - ' test/functional/zzz_post_consistency_test.rb'
245246 - ' test/node_matcher.rb'
246247
247- # Offense count: 1004
248+ # Offense count: 1007
248249# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
249250Metrics/MethodLength :
250251 Max : 218
@@ -452,13 +453,13 @@ RSpec/AnyInstance:
452453 - ' spec/models/package_spec.rb'
453454 - ' spec/models/project_spec.rb'
454455
455- # Offense count: 1245
456+ # Offense count: 1236
456457# Configuration parameters: Prefixes, AllowedPatterns.
457458# Prefixes: when, with, without
458459RSpec/ContextWording :
459460 Enabled : false
460461
461- # Offense count: 404
462+ # Offense count: 405
462463# This cop supports unsafe autocorrection (--autocorrect-all).
463464# Configuration parameters: SkipBlocks, EnforcedStyle, OnlyStaticConstants.
464465# SupportedStyles: described_class, explicit
@@ -566,16 +567,11 @@ RSpec/IndexedLet:
566567 - ' spec/shared/contexts/a_user_and_subscriptions.rb'
567568 - ' spec/shared/contexts/a_user_and_subscriptions_with_defaults.rb'
568569
569- # Offense count: 1728
570+ # Offense count: 1715
570571# Configuration parameters: AllowSubject.
571572RSpec/MultipleMemoizedHelpers :
572573 Max : 28
573574
574- # Offense count: 1
575- RSpec/SpecFilePathSuffix :
576- Exclude :
577- - ' spec/models/package_datatable_spec_backup.rb'
578-
579575# Offense count: 1
580576# This cop supports unsafe autocorrection (--autocorrect-all).
581577Rails/ApplicationController :
@@ -733,7 +729,7 @@ Rails/TimeZone:
733729 - ' test/unit/binary_release_test.rb'
734730 - ' test/unit/package_remove_test.rb'
735731
736- # Offense count: 160
732+ # Offense count: 161
737733# This cop supports unsafe autocorrection (--autocorrect-all).
738734# Configuration parameters: EnforcedStyle, EnforcedStyleForClasses, EnforcedStyleForModules.
739735# SupportedStyles: nested, compact
@@ -766,7 +762,7 @@ Style/ConditionalAssignment:
766762 Exclude :
767763 - ' app/models/bs_request_action_submit.rb'
768764
769- # Offense count: 1165
765+ # Offense count: 1169
770766# Configuration parameters: AllowedConstants.
771767Style/Documentation :
772768 Enabled : false
@@ -779,7 +775,7 @@ Style/FileOpen:
779775 - ' script/start_test_backend'
780776 - ' test/test_helper.rb'
781777
782- # Offense count: 1928
778+ # Offense count: 1933
783779# This cop supports unsafe autocorrection (--autocorrect-all).
784780# Configuration parameters: EnforcedStyle.
785781# SupportedStyles: always, always_true, never
0 commit comments