2014-10-21 13:45:50 +00:00
|
|
|
# This configuration was generated by `rubocop --auto-gen-config`
|
|
|
|
# on 2014-10-21 15:41:50 +0200 using RuboCop version 0.26.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: 81
|
|
|
|
Lint/AmbiguousRegexpLiteral:
|
|
|
|
Enabled: false
|
|
|
|
|
|
|
|
# Offense count: 1
|
|
|
|
# Cop supports --auto-correct.
|
|
|
|
Lint/UnusedBlockArgument:
|
|
|
|
Enabled: false
|
|
|
|
|
2015-03-18 08:41:48 +00:00
|
|
|
# Offense count: 3
|
|
|
|
Metrics/AbcSize:
|
|
|
|
Max: 77
|
|
|
|
|
2014-10-21 13:45:50 +00:00
|
|
|
# Offense count: 61
|
|
|
|
# Configuration parameters: AllowURI, URISchemes.
|
|
|
|
Metrics/LineLength:
|
|
|
|
Max: 252
|
|
|
|
|
|
|
|
# Offense count: 5
|
|
|
|
# Configuration parameters: CountComments.
|
|
|
|
Metrics/MethodLength:
|
|
|
|
Max: 17
|
|
|
|
|
|
|
|
# Offense count: 2
|
|
|
|
Style/Documentation:
|
|
|
|
Enabled: false
|
|
|
|
|
|
|
|
# Offense count: 3
|
|
|
|
# Configuration parameters: AllowedVariables.
|
|
|
|
Style/GlobalVars:
|
|
|
|
Enabled: false
|
|
|
|
|
|
|
|
# Offense count: 3
|
|
|
|
# Cop supports --auto-correct.
|
|
|
|
Style/LeadingCommentSpace:
|
|
|
|
Enabled: false
|
|
|
|
|
|
|
|
# Offense count: 5
|
|
|
|
Style/RegexpLiteral:
|
|
|
|
MaxSlashes: 5
|
|
|
|
|
|
|
|
# Offense count: 1
|
|
|
|
# Cop supports --auto-correct.
|
|
|
|
# Configuration parameters: AllowAsExpressionSeparator.
|
|
|
|
Style/Semicolon:
|
|
|
|
Enabled: false
|
|
|
|
|
|
|
|
# Offense count: 70
|
|
|
|
# Cop supports --auto-correct.
|
|
|
|
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
|
|
|
Style/StringLiterals:
|
|
|
|
Enabled: false
|
|
|
|
|
|
|
|
# Offense count: 1
|
|
|
|
# Cop supports --auto-correct.
|
|
|
|
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
|
|
|
Style/TrailingBlankLines:
|
|
|
|
Enabled: false
|
|
|
|
|
|
|
|
# Offense count: 3
|
|
|
|
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
|
|
|
Style/VariableName:
|
|
|
|
Enabled: false
|