Skip to content

Commit d9e0d94

Browse files
Run bundle exec rubocop --auto-gen-config to update rubocop_todo.yml
1 parent 342db0c commit d9e0d94

File tree

1 file changed

+7
-26
lines changed

1 file changed

+7
-26
lines changed

.rubocop_todo.yml

Lines changed: 7 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This configuration was generated by
22
# `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.
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
@@ -67,7 +67,7 @@ Lint/UnusedMethodArgument:
6767
Exclude:
6868
- 'lib/meilisearch-rails.rb'
6969

70-
# Offense count: 11
70+
# Offense count: 12
7171
# Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
7272
Metrics/AbcSize:
7373
Max: 104
@@ -81,14 +81,14 @@ Metrics/BlockLength:
8181
# Offense count: 1
8282
# Configuration parameters: CountComments, CountAsOne.
8383
Metrics/ClassLength:
84-
Max: 156
84+
Max: 157
8585

8686
# Offense count: 8
8787
# Configuration parameters: IgnoredMethods.
8888
Metrics/CyclomaticComplexity:
8989
Max: 27
9090

91-
# Offense count: 16
91+
# Offense count: 18
9292
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
9393
Metrics/MethodLength:
9494
Max: 103
@@ -128,13 +128,7 @@ RSpec/BeforeAfterAll:
128128
Exclude:
129129
- 'spec/integration_spec.rb'
130130

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
138132
# Configuration parameters: CountAsOne.
139133
RSpec/ExampleLength:
140134
Max: 19
@@ -154,24 +148,11 @@ RSpec/InstanceVariable:
154148
Exclude:
155149
- 'spec/integration_spec.rb'
156150

157-
# Offense count: 1
158-
# Configuration parameters: EnforcedStyle.
159-
# SupportedStyles: have_received, receive
160-
RSpec/MessageSpies:
161-
Exclude:
162-
- 'spec/integration_spec.rb'
163-
164151
# Offense count: 1
165152
RSpec/MultipleDescribes:
166153
Exclude:
167154
- 'spec/integration_spec.rb'
168155

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-
175156
# Offense count: 1
176157
# Configuration parameters: IgnoreNameless, IgnoreSymbolicNames.
177158
RSpec/VerifiedDoubles:
@@ -231,7 +212,7 @@ Style/OptionalBooleanParameter:
231212
Exclude:
232213
- 'lib/meilisearch-rails.rb'
233214

234-
# Offense count: 13
215+
# Offense count: 11
235216
# This cop supports safe auto-correction (--auto-correct).
236217
# Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline.
237218
# SupportedStyles: single_quotes, double_quotes
@@ -248,7 +229,7 @@ Style/TrailingCommaInArguments:
248229
Exclude:
249230
- 'spec/integration_spec.rb'
250231

251-
# Offense count: 19
232+
# Offense count: 20
252233
# This cop supports safe auto-correction (--auto-correct).
253234
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
254235
# URISchemes: http, https

0 commit comments

Comments
 (0)