rubocop / guard-rubocop

Guard plugin for RuboCop
MIT License
262 stars 55 forks source link

Run when .rubocop.yml or .rubocop_todo.yml is saved. #31

Closed agirorn closed 7 years ago

agirorn commented 7 years ago

How can I get guard-rubocop to run when I save .rubocop.yml or .rubocop_todo.yml ?

It is very unproductive to add rubocop and guard-rubocop to an old rails app that has many files that need to be fixed and has many rules that are broken.