https://github.com/guard/guard
Raw File
Tip revision: b7a9e4a2150a165b2df93a8873247c12d06f7753 authored by Cezary Baginski on 27 June 2015, 11:52:17 UTC
Release 2.12.7
Tip revision: b7a9e4a
.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