Project

General

Profile

Download (3.49 KB) Statistics
| Branch: | Tag: | Revision:
# This configuration was generated by `rubocop --auto-gen-config`
# on 2014-08-20 15:31:08 -0400 using RuboCop version 0.24.1.
# 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: 1
# Cop supports --auto-correct.
Lint/DeprecatedClassMethods:
Enabled: false

# Offense count: 2
# Cop supports --auto-correct.
Lint/UnusedMethodArgument:
Enabled: false

# Offense count: 8
Lint/UselessAssignment:
Enabled: false

# Offense count: 2
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/AlignParameters:
Enabled: false

# Offense count: 26
# Cop supports --auto-correct.
Style/Blocks:
Enabled: false

# Offense count: 230
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/BracesAroundHashParameters:
Enabled: false

# Offense count: 8
# Configuration parameters: CountComments.
Style/ClassLength:
Max: 625

# Offense count: 31
# Cop supports --auto-correct.
# Configuration parameters: PreferredMethods.
Style/CollectionMethods:
Enabled: false

# Offense count: 36
Style/CyclomaticComplexity:
Max: 18

# Offense count: 7
# Cop supports --auto-correct.
Style/EmptyLines:
Enabled: false

# Offense count: 2
# Configuration parameters: MinBodyLength.
Style/GuardClause:
Enabled: false

# Offense count: 1
# Configuration parameters: MaxLineLength.
Style/IfUnlessModifier:
Enabled: false

# Offense count: 43
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/IndentHash:
Enabled: false

# Offense count: 14
# Cop supports --auto-correct.
Style/LeadingCommentSpace:
Enabled: false

# Offense count: 141
# Configuration parameters: AllowURI.
Style/LineLength:
Max: 173

# Offense count: 74
# Configuration parameters: CountComments.
Style/MethodLength:
Max: 88

# Offense count: 59
# Cop supports --auto-correct.
Style/NegatedIf:
Enabled: false

# Offense count: 9
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/Next:
Enabled: false

# Offense count: 83
# Cop supports --auto-correct.
Style/NumericLiterals:
MinDigits: 7

# Offense count: 27
# Cop supports --auto-correct.
# Configuration parameters: PreferredDelimiters.
Style/PercentLiteralDelimiters:
Enabled: false

# Offense count: 2
# Cop supports --auto-correct.
# Configuration parameters: AllowMultipleReturnValues.
Style/RedundantReturn:
Enabled: false

# Offense count: 7
# Cop supports --auto-correct.
Style/RedundantSelf:
Enabled: false

# Offense count: 4
Style/RescueModifier:
Enabled: false

# Offense count: 46
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/SignalException:
Enabled: false

# Offense count: 23
# Cop supports --auto-correct.
Style/SingleSpaceBeforeFirstArg:
Enabled: false

# Offense count: 26
# Cop supports --auto-correct.
Style/SpaceAfterComma:
Enabled: false

# Offense count: 14
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/SpaceAroundEqualsInParameterDefault:
Enabled: false

# Offense count: 6
# Cop supports --auto-correct.
Style/SpaceAroundOperators:
Enabled: false

# Offense count: 1
# Cop supports --auto-correct.
Style/SpecialGlobalVars:
Enabled: false

# Offense count: 18
# Cop supports --auto-correct.
Style/UnneededCapitalW:
Enabled: false
(3-3/10)