Skip to content

Commit c8f6fe5

Browse files
committed
Re-generate .rubocop_todo.yml
1 parent cedbaab commit c8f6fe5

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

.rubocop_todo.yml

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,21 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config`
3-
# on 2023-10-10 10:50:01 UTC using RuboCop version 1.50.2.
3+
# on 2023-10-10 14:01:22 UTC using RuboCop version 1.50.2.
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: 1
10-
# This cop supports safe autocorrection (--autocorrect).
11-
# Configuration parameters: TreatCommentsAsGroupSeparators, ConsiderPunctuation, Include.
12-
# Include: **/*.gemfile, **/Gemfile, **/gems.rb
13-
Bundler/OrderedGems:
14-
Exclude:
15-
- 'Gemfile'
16-
17-
# Offense count: 1
18-
# This cop supports safe autocorrection (--autocorrect).
19-
# Configuration parameters: Severity, Include.
20-
# Include: **/*.gemspec
21-
Gemspec/RequireMFA:
22-
Exclude:
23-
- 'meilisearch.gemspec'
24-
25-
# Offense count: 50
9+
# Offense count: 52
2610
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
2711
# AllowedMethods: refine
2812
Metrics/BlockLength:
29-
Max: 633
13+
Max: 671
3014

3115
# Offense count: 2
3216
# Configuration parameters: CountComments, CountAsOne.
3317
Metrics/ClassLength:
34-
Max: 338
18+
Max: 358
3519

3620
# Offense count: 1
3721
# Configuration parameters: Max, CountKeywordArgs.

0 commit comments

Comments
 (0)