Newer
Older
# This configuration was generated by `rubocop --auto-gen-config`
# on 2015-03-25 20:21:36 -0400 using RuboCop version 0.29.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.
Lint/AmbiguousOperator:
Enabled: false
# Offense count: 1
Lint/AmbiguousRegexpLiteral:
Enabled: false
# Configuration parameters: AllowSafeAssignment.
Lint/AssignmentInCondition:
Enabled: false
# Configuration parameters: AlignWith, SupportedStyles.
Lint/EndAlignment:
Enabled: false
Lint/Eval:
Enabled: false
# Offense count: 4
Lint/HandleExceptions:
Enabled: false
Lint/ParenthesesAsGroupedExpression:
Enabled: false
Lint/RescueException:
Enabled: false
# Offense count: 2
Lint/ShadowingOuterLocalVariable:
Enabled: false
# Offense count: 2
Lint/UnderscorePrefixedVariableName:
Enabled: false
# Configuration parameters: CountComments.
Metrics/ClassLength:
# Configuration parameters: AllowURI, URISchemes.
Metrics/LineLength:
Max: 222
# Configuration parameters: CountComments.
Metrics/MethodLength:
# Configuration parameters: CountKeywordArgs.
Metrics/ParameterLists:
Max: 6
# Configuration parameters: Include.
Rails/Output:
Enabled: false
# Configuration parameters: Include.
Rails/Validation:
Enabled: false
Style/AccessorMethodName:
Enabled: false
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/AndOr:
Enabled: false
# Configuration parameters: IndentWhenRelativeTo, SupportedStyles, IndentOneStep.
Style/CaseIndentation:
Enabled: false
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/ClassAndModuleChildren:
Enabled: false
# Configuration parameters: Keywords.
Style/CommentAnnotation:
Enabled: false
# Configuration parameters: Exclude.
Style/FileName:
Enabled: false
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/For:
Enabled: false
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/FormatString:
Enabled: false
# Configuration parameters: MinBodyLength.
Style/GuardClause:
Enabled: false
# Configuration parameters: MaxLineLength.
Style/IfUnlessModifier:
Enabled: false
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/MethodName:
Enabled: false
# Offense count: 3
Style/MultilineTernaryOperator:
Enabled: false
# Configuration parameters: EnforcedStyle, MinBodyLength, SupportedStyles.
Style/Next:
Enabled: false
# Offense count: 3
Style/OneLineConditional:
Enabled: false
# Configuration parameters: NamePrefix, NamePrefixBlacklist.
Style/PredicateName:
Enabled: false
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/RaiseArgs:
Enabled: false
# Offense count: 4
Style/RescueModifier:
Enabled: false
# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: AllowAsExpressionSeparator.
Style/Semicolon:
Enabled: false
# Offense count: 1
# Configuration parameters: Methods.
Style/SingleLineBlockParams:
Enabled: false
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/VariableName:
Enabled: false