1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config`
3
- # on 2024-01-10 10:49:28 UTC using RuboCop version 1.27.0.
3
+ # on 2024-04-08 13:44:25 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
@@ -67,7 +67,7 @@ Lint/UnusedMethodArgument:
67
67
Exclude :
68
68
- ' lib/meilisearch-rails.rb'
69
69
70
- # Offense count: 11
70
+ # Offense count: 12
71
71
# Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
72
72
Metrics/AbcSize :
73
73
Max : 104
@@ -81,14 +81,14 @@ Metrics/BlockLength:
81
81
# Offense count: 1
82
82
# Configuration parameters: CountComments, CountAsOne.
83
83
Metrics/ClassLength :
84
- Max : 156
84
+ Max : 157
85
85
86
86
# Offense count: 8
87
87
# Configuration parameters: IgnoredMethods.
88
88
Metrics/CyclomaticComplexity :
89
89
Max : 27
90
90
91
- # Offense count: 16
91
+ # Offense count: 18
92
92
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
93
93
Metrics/MethodLength :
94
94
Max : 103
@@ -128,13 +128,7 @@ RSpec/BeforeAfterAll:
128
128
Exclude :
129
129
- ' spec/integration_spec.rb'
130
130
131
- # Offense count: 7
132
- # Configuration parameters: IgnoredMetadata.
133
- RSpec/DescribeClass :
134
- Exclude :
135
- - ' spec/integration_spec.rb'
136
-
137
- # Offense count: 46
131
+ # Offense count: 56
138
132
# Configuration parameters: CountAsOne.
139
133
RSpec/ExampleLength :
140
134
Max : 19
@@ -154,24 +148,11 @@ RSpec/InstanceVariable:
154
148
Exclude :
155
149
- ' spec/integration_spec.rb'
156
150
157
- # Offense count: 1
158
- # Configuration parameters: EnforcedStyle.
159
- # SupportedStyles: have_received, receive
160
- RSpec/MessageSpies :
161
- Exclude :
162
- - ' spec/integration_spec.rb'
163
-
164
151
# Offense count: 1
165
152
RSpec/MultipleDescribes :
166
153
Exclude :
167
154
- ' spec/integration_spec.rb'
168
155
169
- # Offense count: 1
170
- # This cop supports safe auto-correction (--auto-correct).
171
- RSpec/MultipleSubjects :
172
- Exclude :
173
- - ' spec/ms_clean_up_job_spec.rb'
174
-
175
156
# Offense count: 1
176
157
# Configuration parameters: IgnoreNameless, IgnoreSymbolicNames.
177
158
RSpec/VerifiedDoubles :
@@ -231,7 +212,7 @@ Style/OptionalBooleanParameter:
231
212
Exclude :
232
213
- ' lib/meilisearch-rails.rb'
233
214
234
- # Offense count: 13
215
+ # Offense count: 11
235
216
# This cop supports safe auto-correction (--auto-correct).
236
217
# Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline.
237
218
# SupportedStyles: single_quotes, double_quotes
@@ -248,7 +229,7 @@ Style/TrailingCommaInArguments:
248
229
Exclude :
249
230
- ' spec/integration_spec.rb'
250
231
251
- # Offense count: 19
232
+ # Offense count: 20
252
233
# This cop supports safe auto-correction (--auto-correct).
253
234
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
254
235
# URISchemes: http, https
0 commit comments