kaspernj/acts_as_customized_attributes

View on GitHub
.rubocop_todo.yml

Summary

Maintainability
Test Coverage
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2017-03-07 11:06:21 +0100 using RuboCop version 0.42.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:
  Exclude:
    - 'lib/acts_as_customized_attributes/class_methods.rb'

# Offense count: 4
Metrics/AbcSize:
  Max: 105

# Offense count: 1
Metrics/CyclomaticComplexity:
  Max: 12

# Offense count: 4
# Configuration parameters: CountComments.
Metrics/MethodLength:
  Max: 94

# Offense count: 1
# Configuration parameters: CountComments.
Metrics/ModuleLength:
  Max: 137

# Offense count: 1
Metrics/PerceivedComplexity:
  Max: 14

# Offense count: 1
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: nested, compact
Style/ClassAndModuleChildren:
  Exclude:
    - 'spec/dummy/config/application.rb'

# Offense count: 27
# Configuration parameters: AllowedVariables.
Style/GlobalVars:
  Exclude:
    - 'lib/acts_as_customized_attributes/class_methods.rb'