mayth/parasol

View on GitHub
rubocop-todo.yml

Summary

Maintainability
Test Coverage
# This configuration was generated by `rubocop --auto-gen-config`
# on 2014-04-30 21:12:05 +0900 using RuboCop version 0.20.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: 8
# Cop supports --auto-correct.
Blocks:
  Enabled: false

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

# Offense count: 20
# Configuration parameters: EnforcedStyle, SupportedStyles.
ClassAndModuleChildren:
  Enabled: false

# Offense count: 1
CyclomaticComplexity:
  Max: 7

# Offense count: 30
Documentation:
  Enabled: false

# Offense count: 6
EmptyLinesAroundAccessModifier:
  Enabled: false

# Offense count: 12
# Cop supports --auto-correct.
FinalNewline:
  Enabled: false

# Offense count: 27
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
HashSyntax:
  Enabled: false

# Offense count: 24
# Cop supports --auto-correct.
IndentationConsistency:
  Enabled: false

# Offense count: 139
LineLength:
  Max: 125

# Offense count: 9
# Configuration parameters: CountComments.
MethodLength:
  Max: 37

# Offense count: 1
Output:
  Enabled: false

# Offense count: 2
# Cop supports --auto-correct.
RedundantSelf:
  Enabled: false

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

# Offense count: 9
# Cop supports --auto-correct.
SingleSpaceBeforeFirstArg:
  Enabled: false

# Offense count: 6
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
SpaceBeforeBlockBraces:
  Enabled: false

# Offense count: 41
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters.
SpaceInsideBlockBraces:
  Enabled: false

# Offense count: 77
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces, SupportedStyles.
SpaceInsideHashLiteralBraces:
  Enabled: false

# Offense count: 296
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
StringLiterals:
  Enabled: false

# Offense count: 2
# Cop supports --auto-correct.
TrailingBlankLines:
  Enabled: false

# Offense count: 3
UselessAssignment:
  Enabled: false

# Offense count: 5
# Configuration parameters: Include.
Validation:
  Enabled: false

# Offense count: 2
# Cop supports --auto-correct.
WordArray:
  MinSize: 4