https://github.com/guard/guard
Raw File
Tip revision: 6652ff13a1d7ee9645d564eda23ffeba9947b069 authored by Cezary Baginski on 08 December 2014, 11:22:45 UTC
Release 2.10.2
Tip revision: 6652ff1
.rubocop.yml
inherit_from:
  - vendor/hound/config/style_guides/ruby.yml
  - .rubocop_todo.yml

# Rails cops
AllCops:
  RunRailsCops: true

# Files you want to exclude
AllCops:
  Exclude:
    - db/schema.rb
    - tmp/aruba/Guardfile
    - tmp/aruba/Gemfile

# TODO: put your overrides here:
back to top