logankoester / guard-rails_best_practices

Guard for rails_best_practices, a code metric tool to check the quality of rails code.

Home Page:http://rubygems.org/gems/guard-rails_best_practices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support more options

mat813 opened this issue · comments

Right now, I have :

  guard 'rails_best_practices', spec: true, exclude: 'config/routes.rb --format html --with-mvim' do
    watch(%r{^app/(.+)\.rb$})
  end

would be great if I did not have to fiddle with the exclude argument :-)

Found this useful gem yesterday. It's really great!
And I made some refactoring kugaevsky/guard-rails_best_practices@09bcd67
You can use master branch of my fork until logankoester merge my pull requests.