Skip to content

Commit

Permalink
Add RuboCop todo file
Browse files Browse the repository at this point in the history
Ignores class length, for now.
  • Loading branch information
anl committed Sep 20, 2014
1 parent e8e4527 commit 2246e0c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
@@ -0,0 +1 @@
inherit_from: .rubocop_todo.yml
11 changes: 11 additions & 0 deletions .rubocop_todo.yml
@@ -0,0 +1,11 @@
# This configuration was generated by `rubocop --auto-gen-config`
# on 2014-09-20 08:00:47 -0700 using RuboCop version 0.26.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
# versions of RuboCop, may require this file to be generated again.

# Offense count: 1
# Configuration parameters: CountComments.
Metrics/ClassLength:
Max: 102

0 comments on commit 2246e0c

Please sign in to comment.