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 11, 2023
1 parent 5fdabf4 commit 5e31f7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .rubocop_todo.yml
@@ -1,12 +1,12 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2023-10-10 14:01:22 UTC using RuboCop version 1.50.2.
# on 2023-10-11 10:43:57 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: 52
# Offense count: 55
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
# AllowedMethods: refine
Metrics/BlockLength:
Expand All @@ -15,7 +15,7 @@ Metrics/BlockLength:
# Offense count: 2
# Configuration parameters: CountComments, CountAsOne.
Metrics/ClassLength:
Max: 358
Max: 363

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

0 comments on commit 5e31f7c

Please sign in to comment.