Fix a few more syntax-related rubocop issues manually

This commit is contained in:
Nicolas McCurdy
2014-01-04 22:09:28 -05:00
parent fc2bbb1d6e
commit 12244abb56
4 changed files with 5 additions and 20 deletions

View File

@@ -2,15 +2,9 @@
# 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
ClassLength:
Max: 350
CommentAnnotation:
Enabled: false
CyclomaticComplexity:
Max: 16
@@ -20,17 +14,8 @@ Documentation:
Eval:
Enabled: false
FavorUnlessOverNegatedIf:
Enabled: false
IndentationWidth:
Enabled: false
LineLength:
Max: 174
MethodLength:
Max: 31
RegexpLiteral:
Enabled: false