Skip to content

Commit

Permalink
Regenerate Rubocop_todo.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Whitcraft committed Jan 1, 2015
1 parent bcdd111 commit b185079
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# This configuration was generated by `rubocop --auto-gen-config`
# on 2014-11-14 17:38:24 -0500 using RuboCop version 0.27.1.
# on 2015-01-01 18:05:17 -0500 using RuboCop version 0.27.1.
# 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: 2
Metrics/AbcSize:
Max: 22
Max: 25

# Offense count: 14
# Configuration parameters: AllowURI, URISchemes.
Metrics/LineLength:
Max: 155

# Offense count: 1
# Offense count: 2
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 17
Expand Down

0 comments on commit b185079

Please sign in to comment.