Update rubocop todo list

This commit is contained in:
Paul Thornthwaite 2014-05-21 12:52:16 -04:00
parent ef9a9697ab
commit e5f7307b8e
1 changed files with 14 additions and 41 deletions

View File

@ -1,16 +1,10 @@
# This configuration was generated by `rubocop --auto-gen-config`
# on 2014-05-21 12:24:27 -0400 using RuboCop version 0.22.0.
# on 2014-05-26 14:48:56 +0100 using RuboCop version 0.22.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: 9
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
AccessModifierIndentation:
Enabled: false
# Offense count: 85
AccessorMethodName:
Enabled: false
@ -101,7 +95,7 @@ CaseIndentation:
ClassAndModuleChildren:
Enabled: false
# Offense count: 100
# Offense count: 99
# Configuration parameters: CountComments.
ClassLength:
Max: 1131
@ -135,7 +129,7 @@ CommentIndentation:
ConstantName:
Enabled: false
# Offense count: 451
# Offense count: 450
CyclomaticComplexity:
Max: 46
@ -175,22 +169,16 @@ EachWithObject:
ElseLayout:
Enabled: false
# Offense count: 19
# Cop supports --auto-correct.
# Configuration parameters: AllowAdjacentOneLineDefs.
EmptyLineBetweenDefs:
Enabled: false
# Offense count: 374
# Offense count: 13
# Cop supports --auto-correct.
EmptyLines:
Enabled: false
# Offense count: 63
# Offense count: 64
EmptyLinesAroundAccessModifier:
Enabled: false
# Offense count: 10325
# Offense count: 4
# Cop supports --auto-correct.
EmptyLinesAroundBody:
Enabled: false
@ -218,7 +206,7 @@ EvenOdd:
FileName:
Enabled: false
# Offense count: 178
# Offense count: 175
# Configuration parameters: EnforcedStyle, SupportedStyles.
For:
Enabled: false
@ -283,10 +271,6 @@ LeadingCommentSpace:
LineEndConcatenation:
Enabled: false
# Offense count: 6900
LineLength:
Max: 1717
# Offense count: 6
Loop:
Enabled: false
@ -360,7 +344,7 @@ Not:
NumericLiterals:
MinDigits: 14
# Offense count: 2
# Offense count: 3
OneLineConditional:
Enabled: false
@ -484,7 +468,7 @@ SingleSpaceBeforeFirstArg:
SpaceAfterColon:
Enabled: false
# Offense count: 580
# Offense count: 581
# Cop supports --auto-correct.
SpaceAfterComma:
Enabled: false
@ -515,7 +499,7 @@ SpaceAroundEqualsInParameterDefault:
SpaceAroundOperators:
Enabled: false
# Offense count: 438
# Offense count: 441
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
SpaceBeforeBlockBraces:
@ -526,11 +510,11 @@ SpaceBeforeBlockBraces:
SpaceBeforeComment:
Enabled: false
# Offense count: 17
# Offense count: 19
SpaceBeforeFirstArg:
Enabled: false
# Offense count: 1940
# Offense count: 1946
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters.
SpaceInsideBlockBraces:
@ -562,32 +546,21 @@ SpecialGlobalVars:
StringConversionInInterpolation:
Enabled: false
# Offense count: 45586
# Offense count: 45608
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
StringLiterals:
Enabled: false
# Offense count: 203
# Offense count: 197
Tab:
Enabled: false
# Offense count: 361
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
TrailingBlankLines:
Enabled: false
# Offense count: 592
# Configuration parameters: EnforcedStyleForMultiline, SupportedStyles.
TrailingComma:
Enabled: false
# Offense count: 836
# Cop supports --auto-correct.
TrailingWhitespace:
Enabled: false
# Offense count: 125
# Cop supports --auto-correct.
# Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, Whitelist.