mongoid-rspec/mongoid-rspec

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  NewCops: enable
  Exclude:
    - vendor/**/*
    - bin/**/*
    - data/**/*

Metrics:
  Enabled: false

Layout/LineLength:
  Max: 256

Style/Documentation:
  Enabled: false

inherit_from: .rubocop_todo.yml