added rubocop todo list to mask current fails

Change-Id: Ie20d01a724c25d62005cca52c491ac756ae849d1
This commit is contained in:
paulczar 2014-01-04 14:47:18 -06:00
parent 62e0cd234e
commit a7758dfa10
2 changed files with 83 additions and 0 deletions

81
.rubocop-todo.yml Normal file
View File

@ -0,0 +1,81 @@
# 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.
AndOr:
Enabled: false
BlockAlignment:
Enabled: false
Blocks:
Enabled: false
BracesAroundHashParameters:
Enabled: false
Documentation:
Enabled: false
DotPosition:
Enabled: false
EmptyLines:
Enabled: false
EmptyLinesAroundBody:
Enabled: false
EmptyLiteral:
Enabled: false
Encoding:
Enabled: false
FavorUnlessOverNegatedIf:
Enabled: false
HashSyntax:
Enabled: false
IfUnlessModifier:
Enabled: false
IndentationWidth:
Enabled: false
LineLength:
Enabled: false
MethodLength:
Enabled: false
Not:
Enabled: false
NumericLiterals:
Enabled: false
RegexpLiteral:
Enabled: false
SpaceAfterComma:
Enabled: false
SpaceInsideBrackets:
Enabled: false
SpaceInsideHashLiteralBraces:
Enabled: false
StringLiterals:
Enabled: false
UselessAssignment:
Enabled: false
Void:
Enabled: false
WordArray:
Enabled: false

2
.rubocop.yml Normal file
View File

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