darthjee/core_ext

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
require: rubocop-rspec
inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 2.4

Naming/PredicateName:
  Exclude:
    - 'lib/darthjee/core_ext/object.rb'

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*_spec.rb'
    - 'spec/support/shared_*/**/*.rb'

RSpec/AlignLeftLetBrace:
  Enabled: true

RSpec/NestedGroups:
  Max: 5