Skip to content

Commit cf4e067

Browse files
committed
Linter fixes
1 parent 80583a5 commit cf4e067

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.rubocop_todo.yml

Lines changed: 4 additions & 4 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-09-01 13:50:39 UTC using RuboCop version 1.19.1.
3+
# on 2021-10-12 19:14:29 UTC using RuboCop version 1.20.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
@@ -14,16 +14,16 @@ Gemspec/DateAssignment:
1414
Exclude:
1515
- 'meilisearch.gemspec'
1616

17-
# Offense count: 33
17+
# Offense count: 35
1818
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
1919
# IgnoredMethods: refine
2020
Metrics/BlockLength:
21-
Max: 497
21+
Max: 500
2222

2323
# Offense count: 1
2424
# Configuration parameters: CountComments, CountAsOne.
2525
Metrics/ClassLength:
26-
Max: 226
26+
Max: 256
2727

2828
# Offense count: 1
2929
Naming/AccessorMethodName:

0 commit comments

Comments
 (0)