sugamasao/divergence_meter

View on GitHub
.rubocop_todo.yml

Summary

Maintainability
Test Coverage
# This configuration was generated by `rubocop --auto-gen-config`
# on 2014-11-15 01:32:52 +0900 using RuboCop version 0.27.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
Lint/HandleExceptions:
  Enabled: false

# Offense count: 3
Metrics/AbcSize:
  Max: 33

# Offense count: 2
# Configuration parameters: CountComments.
Metrics/MethodLength:
  Max: 13

# Offense count: 5
Style/AsciiIdentifiers:
  Enabled: false

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

# Offense count: 1
# Configuration parameters: MinBodyLength.
Style/GuardClause:
  Enabled: false

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: Width.
Style/IndentationWidth:
  Enabled: false

# Offense count: 1
Style/MultilineBlockChain:
  Enabled: false

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