Add a rubocop todo-style config created by "--auto-gen-config" and inherit it

This commit is contained in:
Nicolas McCurdy
2014-01-04 20:20:10 -05:00
parent db0f604faf
commit e202b7eae7
2 changed files with 67 additions and 0 deletions

1
.rubocop.yml Normal file
View File

@@ -0,0 +1 @@
inherit_from: rubocop-todo.yml

66
rubocop-todo.yml Normal file
View File

@@ -0,0 +1,66 @@
# This configuration was generated by `rubocop --auto-gen-config`.
# The point is for the user to remove these configuration records
# one by one as the offences are removed from the code base.
BlockAlignment:
Enabled: false
BlockNesting:
Max: 4
ClassLength:
Max: 352
CommentAnnotation:
Enabled: false
CyclomaticComplexity:
Max: 16
Documentation:
Enabled: false
EmptyLinesAroundBody:
Enabled: false
Eval:
Enabled: false
FavorUnlessOverNegatedIf:
Enabled: false
HashSyntax:
Enabled: false
IndentationWidth:
Enabled: false
LineLength:
Max: 174
MethodLength:
Max: 31
PerlBackrefs:
Enabled: false
RedundantReturn:
Enabled: false
RegexpLiteral:
Enabled: false
SignalException:
Enabled: false
SpaceAfterComma:
Enabled: false
SpaceAfterNot:
Enabled: false
SpaceAroundBlockBraces:
Enabled: false
StringLiterals:
Enabled: false