Skip to content

Commit

Permalink
Update rubocop TODO list
Browse files Browse the repository at this point in the history
I ran the following command:

    bundle exec rubocop --auto-gen-config
  • Loading branch information
floehopper committed Dec 22, 2024
1 parent cb0909e commit dca9c4e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2019-11-16 18:15:36 +0000 using RuboCop version 0.58.2.
# on 2024-12-22 11:44:58 +0000 using RuboCop version 0.58.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: 57
# Offense count: 63
Metrics/AbcSize:
Max: 26

# Offense count: 23
# Offense count: 29
# Configuration parameters: CountComments.
Metrics/ClassLength:
Max: 366
Max: 362

# Offense count: 172
# Offense count: 200
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 31
Max: 27

# Offense count: 545
# Offense count: 697
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Metrics/LineLength:
Max: 180
Max: 173

0 comments on commit dca9c4e

Please sign in to comment.