Skip to content

Commit 85fe7f3

Browse files
committed
Re-generate .rubocop_todo.yml
1 parent 21e903e commit 85fe7f3

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

.rubocop_todo.yml

Lines changed: 13 additions & 2 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 2021-11-18 03:06:45 UTC using RuboCop version 1.23.0.
3+
# on 2021-11-21 21:31:55 UTC using RuboCop version 1.23.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
@@ -22,6 +22,12 @@ Gemspec/RequireMFA:
2222
Exclude:
2323
- 'meilisearch.gemspec'
2424

25+
# Offense count: 1
26+
# Cop supports --auto-correct.
27+
Layout/HeredocIndentation:
28+
Exclude:
29+
- 'spec/meilisearch/index/documents_spec.rb'
30+
2531
# Offense count: 32
2632
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
2733
# IgnoredMethods: refine
@@ -31,7 +37,12 @@ Metrics/BlockLength:
3137
# Offense count: 1
3238
# Configuration parameters: CountComments, CountAsOne.
3339
Metrics/ClassLength:
34-
Max: 271
40+
Max: 289
41+
42+
# Offense count: 1
43+
# Configuration parameters: Max, CountKeywordArgs.
44+
Metrics/ParameterLists:
45+
MaxOptionalParameters: 4
3546

3647
# Offense count: 2
3748
Naming/AccessorMethodName:

0 commit comments

Comments
 (0)