Skip to content

Commit

Permalink
Re-generate rubocop to-do list
Browse files Browse the repository at this point in the history
  • Loading branch information
floehopper committed Jan 3, 2025
1 parent 1a846c1 commit 23d1735
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2024-12-24 23:06:22 UTC using RuboCop version 1.69.2.
# on 2025-01-03 14:37:32 UTC using RuboCop version 1.69.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
Expand All @@ -19,17 +19,17 @@ Metrics/ClassLength:
# Offense count: 2
# Configuration parameters: AllowedMethods, AllowedPatterns.
Metrics/CyclomaticComplexity:
Max: 11
Max: 9

# Offense count: 199
# Offense count: 200
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
Metrics/MethodLength:
Max: 27

# Offense count: 3
# Configuration parameters: AllowedMethods, AllowedPatterns.
Metrics/PerceivedComplexity:
Max: 13
Max: 10

# Offense count: 68
# This cop supports safe autocorrection (--autocorrect).
Expand Down

0 comments on commit 23d1735

Please sign in to comment.