mrcljx / rubocop-for-rubymine

DEPRECATED: RubyMine supports RuboCop now
https://blog.jetbrains.com/ruby/2017/01/rubymine-2017-1-eap-2-creating-gemsets-rubocop-support/
MIT License
131 stars 29 forks source link

.rubocop.yml not synchronized #8

Open coorasse opened 9 years ago

coorasse commented 9 years ago

If I change .rubocop.yml and run again the inspection it doesn't reload the file. I need to restart RubyMine.

mrcljx commented 9 years ago

The inspection is currently only update when you open or save a file.

But you are right, it would be good if that happened automatically.