Skip to content

Commit

Permalink
Temporarily update rubocop's todo.yml until we refactor in #580.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeck committed Jun 8, 2016
1 parent c64ed4c commit 4f0b4ae
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2016-04-20 11:56:43 -0700 using RuboCop version 0.37.2.
# on 2016-06-07 17:04:14 -0700 using RuboCop version 0.37.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: 9
# Offense count: 8
Metrics/AbcSize:
Max: 50

# Offense count: 3
# Configuration parameters: CountComments.
Metrics/ClassLength:
Max: 225
Max: 230

# Offense count: 351
# Offense count: 360
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes.
# URISchemes: http, https
Metrics/LineLength:
Max: 224
Max: 217

# Offense count: 16
# Offense count: 19
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 43
Max: 47

# Offense count: 29
Style/Documentation:
Expand Down

0 comments on commit 4f0b4ae

Please sign in to comment.