1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config`
3
- # on 2025-03-08 11:51:39 UTC using RuboCop version 1.27.0.
3
+ # on 2025-03-19 14:49:26 UTC using RuboCop version 1.27.0.
4
4
# The point is for the user to remove these configuration records
5
5
# one by one as the offenses are removed from the code base.
6
6
# Note that changes in the inspected code, or installation of new
@@ -30,13 +30,6 @@ Layout/EmptyLinesAroundModuleBody:
30
30
Exclude :
31
31
- ' lib/meilisearch-rails.rb'
32
32
33
- # Offense count: 2
34
- # This cop supports safe auto-correction (--auto-correct).
35
- # Configuration parameters: IndentationWidth.
36
- # SupportedStyles: special_inside_parentheses, consistent, align_brackets
37
- Layout/FirstArrayElementIndentation :
38
- EnforcedStyle : consistent
39
-
40
33
# Offense count: 1
41
34
# This cop supports safe auto-correction (--auto-correct).
42
35
# Configuration parameters: EnforcedStyle.
@@ -73,7 +66,7 @@ Lint/UnusedMethodArgument:
73
66
Exclude :
74
67
- ' lib/meilisearch-rails.rb'
75
68
76
- # Offense count: 13
69
+ # Offense count: 15
77
70
# Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
78
71
Metrics/AbcSize :
79
72
Max : 105
@@ -89,12 +82,12 @@ Metrics/BlockLength:
89
82
Metrics/ClassLength :
90
83
Max : 171
91
84
92
- # Offense count: 9
85
+ # Offense count: 11
93
86
# Configuration parameters: IgnoredMethods.
94
87
Metrics/CyclomaticComplexity :
95
88
Max : 28
96
89
97
- # Offense count: 20
90
+ # Offense count: 23
98
91
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
99
92
Metrics/MethodLength :
100
93
Max : 102
@@ -104,7 +97,7 @@ Metrics/MethodLength:
104
97
Metrics/ModuleLength :
105
98
Max : 437
106
99
107
- # Offense count: 8
100
+ # Offense count: 9
108
101
# Configuration parameters: IgnoredMethods.
109
102
Metrics/PerceivedComplexity :
110
103
Max : 35
@@ -146,7 +139,7 @@ RSpec/ContextWording:
146
139
- ' spec/options_spec.rb'
147
140
- ' spec/system/tech_shop_spec.rb'
148
141
149
- # Offense count: 57
142
+ # Offense count: 72
150
143
# Configuration parameters: CountAsOne.
151
144
RSpec/ExampleLength :
152
145
Max : 16
@@ -174,7 +167,7 @@ RSpec/MultipleDescribes:
174
167
Exclude :
175
168
- ' spec/search_spec.rb'
176
169
177
- # Offense count: 2
170
+ # Offense count: 3
178
171
RSpec/NestedGroups :
179
172
Max : 4
180
173
@@ -184,12 +177,12 @@ RSpec/VerifiedDoubles:
184
177
Exclude :
185
178
- ' spec/configuration_spec.rb'
186
179
187
- # Offense count: 1
180
+ # Offense count: 3
188
181
# Configuration parameters: ForbiddenMethods, AllowedMethods.
189
182
# ForbiddenMethods: decrement!, decrement_counter, increment!, increment_counter, insert, insert!, insert_all, insert_all!, toggle!, touch, touch_all, update_all, update_attribute, update_column, update_columns, update_counters, upsert, upsert_all
190
183
Rails/SkipsModelValidations :
191
184
Exclude :
192
- - ' spec/settings_spec .rb'
185
+ - ' spec/federated_search_spec .rb'
193
186
194
187
# Offense count: 2
195
188
# This cop supports safe auto-correction (--auto-correct).
@@ -247,7 +240,7 @@ Style/StringLiterals:
247
240
Exclude :
248
241
- ' spec/ms_clean_up_job_spec.rb'
249
242
250
- # Offense count: 15
243
+ # Offense count: 20
251
244
# This cop supports safe auto-correction (--auto-correct).
252
245
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
253
246
# URISchemes: http, https
0 commit comments