.rubocop_todo.yml 4.24 KB
Newer Older
Daniel Bucci's avatar
Daniel Bucci committed
# This configuration was generated by `rubocop --auto-gen-config`
# on 2015-03-25 20:21:36 -0400 using RuboCop version 0.29.1.
Daniel Bucci's avatar
Daniel Bucci committed
# 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.

Daniel Bucci's avatar
Daniel Bucci committed
# Offense count: 3
Daniel Bucci's avatar
Daniel Bucci committed
Lint/AmbiguousOperator:
  Enabled: false

# Offense count: 1
Lint/AmbiguousRegexpLiteral:
  Enabled: false

# Offense count: 6
Daniel Bucci's avatar
Daniel Bucci committed
# Configuration parameters: AllowSafeAssignment.
Lint/AssignmentInCondition:
  Enabled: false

# Offense count: 5
Daniel Bucci's avatar
Daniel Bucci committed
# Configuration parameters: AlignWith, SupportedStyles.
Lint/EndAlignment:
  Enabled: false

# Offense count: 6
Daniel Bucci's avatar
Daniel Bucci committed
Lint/Eval:
  Enabled: false

# Offense count: 4
Lint/HandleExceptions:
  Enabled: false

# Offense count: 6
Daniel Bucci's avatar
Daniel Bucci committed
Lint/ParenthesesAsGroupedExpression:
  Enabled: false

# Offense count: 33
Daniel Bucci's avatar
Daniel Bucci committed
Lint/RescueException:
  Enabled: false

# Offense count: 2
Lint/ShadowingOuterLocalVariable:
  Enabled: false

# Offense count: 2
Lint/UnderscorePrefixedVariableName:
  Enabled: false

# Offense count: 1
Daniel Bucci's avatar
Daniel Bucci committed
Lint/UnreachableCode:
  Enabled: false

# Offense count: 25
Daniel Bucci's avatar
Daniel Bucci committed
Lint/UselessAssignment:
  Enabled: false

Daniel Bucci's avatar
Daniel Bucci committed
# Offense count: 142
Daniel Bucci's avatar
Daniel Bucci committed
Metrics/AbcSize:
  Max: 196
# Offense count: 8
Daniel Bucci's avatar
Daniel Bucci committed
Metrics/BlockNesting:
  Max: 6

# Offense count: 15
Daniel Bucci's avatar
Daniel Bucci committed
# Configuration parameters: CountComments.
Metrics/ClassLength:
  Max: 1152
# Offense count: 72
Daniel Bucci's avatar
Daniel Bucci committed
Metrics/CyclomaticComplexity:
# Offense count: 85
Daniel Bucci's avatar
Daniel Bucci committed
# Configuration parameters: AllowURI, URISchemes.
Metrics/LineLength:
  Max: 222

# Offense count: 67
Daniel Bucci's avatar
Daniel Bucci committed
# Configuration parameters: CountComments.
Metrics/MethodLength:
  Max: 143
# Offense count: 3
Daniel Bucci's avatar
Daniel Bucci committed
# Configuration parameters: CountKeywordArgs.
Metrics/ParameterLists:
  Max: 6

# Offense count: 67
Daniel Bucci's avatar
Daniel Bucci committed
Metrics/PerceivedComplexity:
  Max: 37

# Offense count: 9
Daniel Bucci's avatar
Daniel Bucci committed
# Configuration parameters: Include.
Rails/Output:
  Enabled: false

Daniel Bucci's avatar
Daniel Bucci committed
# Offense count: 22
Daniel Bucci's avatar
Daniel Bucci committed
# Configuration parameters: Include.
Rails/Validation:
  Enabled: false

# Offense count: 8
Daniel Bucci's avatar
Daniel Bucci committed
Style/AccessorMethodName:
  Enabled: false

# Offense count: 7
Daniel Bucci's avatar
Daniel Bucci committed
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/AndOr:
  Enabled: false

Daniel Bucci's avatar
Daniel Bucci committed
# Offense count: 10
Daniel Bucci's avatar
Daniel Bucci committed
# Configuration parameters: IndentWhenRelativeTo, SupportedStyles, IndentOneStep.
Style/CaseIndentation:
  Enabled: false

# Offense count: 5
Daniel Bucci's avatar
Daniel Bucci committed
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/ClassAndModuleChildren:
  Enabled: false

# Offense count: 6
Daniel Bucci's avatar
Daniel Bucci committed
Style/ClassVars:
  Enabled: false

Daniel Bucci's avatar
Daniel Bucci committed
# Offense count: 1
Daniel Bucci's avatar
Daniel Bucci committed
# Configuration parameters: Keywords.
Style/CommentAnnotation:
  Enabled: false

# Offense count: 68
Daniel Bucci's avatar
Daniel Bucci committed
Style/Documentation:
  Enabled: false

Daniel Bucci's avatar
Daniel Bucci committed
# Offense count: 5
Daniel Bucci's avatar
Daniel Bucci committed
Style/EmptyElse:
  Enabled: false

# Offense count: 13
Daniel Bucci's avatar
Daniel Bucci committed
# Configuration parameters: Exclude.
Style/FileName:
  Enabled: false

# Offense count: 42
Daniel Bucci's avatar
Daniel Bucci committed
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/For:
  Enabled: false

# Offense count: 4
Daniel Bucci's avatar
Daniel Bucci committed
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/FormatString:
  Enabled: false

Daniel Bucci's avatar
Daniel Bucci committed
# Offense count: 23
Daniel Bucci's avatar
Daniel Bucci committed
# Configuration parameters: MinBodyLength.
Style/GuardClause:
  Enabled: false

# Offense count: 52
Daniel Bucci's avatar
Daniel Bucci committed
# Configuration parameters: MaxLineLength.
Style/IfUnlessModifier:
  Enabled: false

# Offense count: 94
Daniel Bucci's avatar
Daniel Bucci committed
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/MethodName:
  Enabled: false

# Offense count: 3
Style/MultilineTernaryOperator:
  Enabled: false

# Offense count: 12
Daniel Bucci's avatar
Daniel Bucci committed
# Configuration parameters: EnforcedStyle, MinBodyLength, SupportedStyles.
Style/Next:
  Enabled: false

# Offense count: 3
Style/OneLineConditional:
  Enabled: false

# Offense count: 8
Daniel Bucci's avatar
Daniel Bucci committed
# Configuration parameters: NamePrefix, NamePrefixBlacklist.
Style/PredicateName:
  Enabled: false

# Offense count: 6
Daniel Bucci's avatar
Daniel Bucci committed
# 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

# Offense count: 121
Daniel Bucci's avatar
Daniel Bucci committed
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/VariableName:
  Enabled: false