Skip to content

Commit

Permalink
RuboCop TODO update (#968)
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Apr 8, 2019
1 parent 71c7869 commit 03a0217
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 2019-03-20 12:08:09 -0600 using RuboCop version 0.65.0.
# on 2019-04-08 21:22:38 +0200 using RuboCop version 0.67.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 @@ -10,7 +10,7 @@
Metrics/AbcSize:
Max: 67

# Offense count: 5
# Offense count: 4
# Configuration parameters: CountComments.
Metrics/ClassLength:
Max: 233
Expand All @@ -19,7 +19,7 @@ Metrics/ClassLength:
Metrics/CyclomaticComplexity:
Max: 16

# Offense count: 47
# Offense count: 48
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/MethodLength:
Max: 48
Expand Down

0 comments on commit 03a0217

Please sign in to comment.