lucasmedeirosleite/mongoid-followit

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  TargetRubyVersion: 2.1
  Exclude:
    - 'metrics/**/*'
    - 'spec/**/*'

Style/Documentation:
  Enabled: false

Rails:
  Enabled: false

LineLength:
  Max: 125