Skip to content

Commit

Permalink
Re-generate .rubocop_todo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ellnix committed Oct 10, 2023
1 parent 8707a48 commit 1e772d2
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2023-05-20 02:24:12 UTC using RuboCop version 1.50.2.
# on 2023-10-10 10:50:01 UTC using RuboCop version 1.50.2.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: TreatCommentsAsGroupSeparators, ConsiderPunctuation, Include.
# Include: **/*.gemfile, **/Gemfile, **/gems.rb
Bundler/OrderedGems:
Exclude:
- 'Gemfile'

# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: Severity, Include.
Expand All @@ -14,16 +22,16 @@ Gemspec/RequireMFA:
Exclude:
- 'meilisearch.gemspec'

# Offense count: 47
# Offense count: 50
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
# AllowedMethods: refine
Metrics/BlockLength:
Max: 624
Max: 633

# Offense count: 2
# Configuration parameters: CountComments, CountAsOne.
Metrics/ClassLength:
Max: 328
Max: 338

# Offense count: 1
# Configuration parameters: Max, CountKeywordArgs.
Expand Down

0 comments on commit 1e772d2

Please sign in to comment.