Skip to content

Commit 636477e

Browse files
committed
Fixing linter by autofixing rubocop_todo.yml
1 parent 1bf834f commit 636477e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.rubocop_todo.yml

Lines changed: 4 additions & 3 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-03-16 11:04:59 UTC using RuboCop version 1.11.0.
3+
# on 2021-05-05 07:48:22 UTC using RuboCop version 1.13.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,11 +14,11 @@ Gemspec/DateAssignment:
1414
Exclude:
1515
- 'meilisearch.gemspec'
1616

17-
# Offense count: 30
17+
# Offense count: 34
1818
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
1919
# IgnoredMethods: refine
2020
Metrics/BlockLength:
21-
Max: 432
21+
Max: 445
2222

2323
# Offense count: 1
2424
# Configuration parameters: CountComments, CountAsOne.
@@ -31,6 +31,7 @@ Naming/AccessorMethodName:
3131
- 'lib/meilisearch/index.rb'
3232

3333
# Offense count: 7
34+
# Configuration parameters: AllowedConstants.
3435
Style/Documentation:
3536
Exclude:
3637
- 'spec/**/*'

0 commit comments

Comments
 (0)