mayth/parasol

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  Include:
    - Rakefile
    - config.ru
  Exclude:
    - db/**
    - config/**
    - bin/**
    - vendor/bundle/**
  RunRailsCops: true

inherit_from: rubocop-todo.yml