whoward/cadenza

View on GitHub
.rubocop_todo.yml

Summary

Maintainability
Test Coverage
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2016-02-03 05:14:56 +0000 using RuboCop version 0.36.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: 17
Metrics/AbcSize:
  Max: 53

# Offense count: 3
# Configuration parameters: CountComments.
Metrics/ClassLength:
  Max: 129

# Offense count: 6
Metrics/CyclomaticComplexity:
  Max: 15

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

# Offense count: 5
Metrics/PerceivedComplexity:
  Max: 16