rafecolton/rinfo

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
---
AllCops:
  Exclude:
    - bin/rails
    - vendor/bundle/**/*

Documentation:
  Enabled: false

RegexpLiteral:
  MaxSlashes: 0

LineLength:
  Max: 100