Skip to content

Commit

Permalink
Update RuboCop todos
Browse files Browse the repository at this point in the history
  • Loading branch information
jonallured committed Sep 14, 2020
1 parent 7acd4f3 commit 8d053f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .rubocop_todo.yml
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2020-09-14 18:17:10 UTC using RuboCop version 0.90.0.
# on 2020-09-14 19:26:28 UTC using RuboCop version 0.90.0.
# 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 @@ -34,7 +34,7 @@ Metrics/AbcSize:
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods.
# ExcludedMethods: refine
Metrics/BlockLength:
Max: 78
Max: 60

# Offense count: 2
# Configuration parameters: CountBlocks.
Expand All @@ -51,7 +51,7 @@ Metrics/ClassLength:
Metrics/CyclomaticComplexity:
Max: 12

# Offense count: 5
# Offense count: 4
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods.
Metrics/MethodLength:
Max: 26
Expand Down

0 comments on commit 8d053f3

Please sign in to comment.