https://github.com/guard/guard
Raw File
Tip revision: 38a6d8a0717c94c578ebb72c2a8eed3423b161d8 authored by Cezary Baginski on 07 January 2015, 21:42:51 UTC
Release 2.11.1
Tip revision: 38a6d8a
.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
    - Guardfile
    - config/Guardfile

# TODO: put your overrides here:
back to top