Skip to content

Commit

Permalink
Update rubocop todo
Browse files Browse the repository at this point in the history
  • Loading branch information
HarlemSquirrel committed Jun 6, 2023
1 parent 03ab921 commit 06acd16
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
@@ -277,7 +277,7 @@ Lint/UselessAssignment:
# Offense count: 38
# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
Metrics/AbcSize:
Max: 120
Max: 124

# Offense count: 3
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
@@ -298,12 +298,12 @@ Metrics/ClassLength:
# Offense count: 20
# Configuration parameters: AllowedMethods, AllowedPatterns.
Metrics/CyclomaticComplexity:
Max: 44
Max: 45

# Offense count: 74
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
Metrics/MethodLength:
Max: 128
Max: 130

# Offense count: 1
# Configuration parameters: CountComments, CountAsOne.
@@ -313,7 +313,7 @@ Metrics/ModuleLength:
# Offense count: 12
# Configuration parameters: AllowedMethods, AllowedPatterns.
Metrics/PerceivedComplexity:
Max: 44
Max: 46

# Offense count: 1
Naming/AccessorMethodName:

0 comments on commit 06acd16

Please sign in to comment.