Fix several rubocop issues with "rubocop -a"

This commit is contained in:
Nicolas McCurdy
2014-01-04 21:57:14 -05:00
parent f03e7670cf
commit fc2bbb1d6e
5 changed files with 50 additions and 82 deletions

View File

@@ -17,18 +17,12 @@ CyclomaticComplexity:
Documentation:
Enabled: false
EmptyLinesAroundBody:
Enabled: false
Eval:
Enabled: false
FavorUnlessOverNegatedIf:
Enabled: false
HashSyntax:
Enabled: false
IndentationWidth:
Enabled: false
@@ -38,26 +32,5 @@ LineLength:
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