sugamasao/ap_command

View on GitHub
.rubocop_todo.yml

Summary

Maintainability
Test Coverage
# This configuration was generated by `rubocop --auto-gen-config`
# on 2014-12-18 23:27:37 +0900 using RuboCop version 0.28.0.
# 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
Metrics/AbcSize:
  Max: 17

# Offense count: 4
# Configuration parameters: AllowURI, URISchemes.
Metrics/LineLength:
  Max: 94

# Offense count: 1
# Configuration parameters: CountComments.
Metrics/MethodLength:
  Max: 11

# Offense count: 2
Style/Documentation:
  Enabled: false

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

# Offense count: 2
Style/RegexpLiteral:
  MaxSlashes: 0

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

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

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

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

# Offense count: 2
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyleForEmptyBraces, SupportedStyles.
Style/SpaceInsideHashLiteralBraces:
  EnforcedStyle: no_space

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

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

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

# Offense count: 3
# Cop supports --auto-correct.
Style/TrailingWhitespace:
  Enabled: false