Skip to content

Commit 7389da8

Browse files
committed
Generate new rubocop_todo.yml
1 parent a2135ce commit 7389da8

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

.rubocop_todo.yml

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,29 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config`
3-
# on 2020-07-05 14:27:43 UTC using RuboCop version 0.86.0.
3+
# on 2021-03-16 08:58:49 UTC using RuboCop version 1.11.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
77
# versions of RuboCop, may require this file to be generated again.
88

9-
# Offense count: 19
10-
# Configuration parameters: CountComments, ExcludedMethods.
11-
# ExcludedMethods: refine
9+
# Offense count: 1
10+
# Cop supports --auto-correct.
11+
# Configuration parameters: Include.
12+
# Include: **/*.gemspec
13+
Gemspec/DateAssignment:
14+
Exclude:
15+
- 'meilisearch.gemspec'
16+
17+
# Offense count: 30
18+
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
19+
# IgnoredMethods: refine
1220
Metrics/BlockLength:
13-
Max: 465
21+
Max: 415
1422

1523
# Offense count: 1
16-
# Configuration parameters: CountComments.
24+
# Configuration parameters: CountComments, CountAsOne.
1725
Metrics/ClassLength:
18-
Max: 190
26+
Max: 202
1927

2028
# Offense count: 1
2129
Naming/AccessorMethodName:

0 commit comments

Comments
 (0)