Skip to content

Commit

Permalink
Update rubocop todo
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp committed Sep 28, 2023
1 parent 925fbb5 commit 390dec1
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 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 2023-09-27 21:35:20 UTC using RuboCop version 1.56.3.
# on 2023-09-28 18:54:02 UTC using RuboCop version 1.56.3.
# 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 Down Expand Up @@ -41,12 +41,6 @@ Lint/UnusedMethodArgument:
Metrics/AbcSize:
Max: 29

# Offense count: 19
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
# AllowedMethods: refine
Metrics/BlockLength:
Max: 110

# Offense count: 4
# Configuration parameters: CountComments, CountAsOne.
Metrics/ClassLength:
Expand All @@ -57,16 +51,11 @@ Metrics/ClassLength:
Metrics/CyclomaticComplexity:
Max: 11

# Offense count: 20
# Offense count: 19
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
Metrics/MethodLength:
Max: 35

# Offense count: 1
# Configuration parameters: CountComments, CountAsOne.
Metrics/ModuleLength:
Max: 112

# Offense count: 3
# Configuration parameters: AllowedMethods, AllowedPatterns.
Metrics/PerceivedComplexity:
Expand Down

0 comments on commit 390dec1

Please sign in to comment.