11# This configuration was generated by
22# `rubocop --auto-gen-config`
3- # on 2025-03-24 19:18:19 UTC using RuboCop version 1.27.0.
3+ # on 2025-03-28 20:11:18 UTC using RuboCop version 1.27.0.
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: 1
9+ # Offense count: 2
1010# This cop supports safe auto-correction (--auto-correct).
1111# Configuration parameters: TreatCommentsAsGroupSeparators, ConsiderPunctuation, Include.
1212# Include: **/*.gemfile, **/Gemfile, **/gems.rb
@@ -66,10 +66,10 @@ Lint/UnusedMethodArgument:
6666 Exclude :
6767 - ' lib/meilisearch-rails.rb'
6868
69- # Offense count: 15
69+ # Offense count: 17
7070# Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
7171Metrics/AbcSize :
72- Max : 105
72+ Max : 108
7373
7474# Offense count: 1
7575# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
@@ -82,10 +82,10 @@ Metrics/BlockLength:
8282Metrics/ClassLength :
8383 Max : 171
8484
85- # Offense count: 11
85+ # Offense count: 12
8686# Configuration parameters: IgnoredMethods.
8787Metrics/CyclomaticComplexity :
88- Max : 28
88+ Max : 29
8989
9090# Offense count: 23
9191# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
@@ -95,12 +95,12 @@ Metrics/MethodLength:
9595# Offense count: 1
9696# Configuration parameters: CountComments, CountAsOne.
9797Metrics/ModuleLength :
98- Max : 437
98+ Max : 439
9999
100- # Offense count: 9
100+ # Offense count: 10
101101# Configuration parameters: IgnoredMethods.
102102Metrics/PerceivedComplexity :
103- Max : 35
103+ Max : 36
104104
105105# Offense count: 1
106106Naming/AccessorMethodName :
@@ -139,7 +139,7 @@ RSpec/ContextWording:
139139 - ' spec/options_spec.rb'
140140 - ' spec/system/tech_shop_spec.rb'
141141
142- # Offense count: 72
142+ # Offense count: 74
143143# Configuration parameters: CountAsOne.
144144RSpec/ExampleLength :
145145 Max : 16
@@ -167,7 +167,7 @@ RSpec/MultipleDescribes:
167167 Exclude :
168168 - ' spec/search_spec.rb'
169169
170- # Offense count: 3
170+ # Offense count: 5
171171RSpec/NestedGroups :
172172 Max : 4
173173
@@ -241,7 +241,7 @@ Style/StringLiterals:
241241 Exclude :
242242 - ' spec/ms_clean_up_job_spec.rb'
243243
244- # Offense count: 20
244+ # Offense count: 22
245245# This cop supports safe auto-correction (--auto-correct).
246246# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
247247# URISchemes: http, https
0 commit comments