pderichs / sublime_rubocop

A Sublime Text RuboCop plugin.
238 stars 41 forks source link

rubocop highlighting is not working on giving rubocop config file path #36

Open anujgangwar opened 8 years ago

anujgangwar commented 8 years ago

Hi, I was trying to use my own custom gem of rubocop but package wasn't able to find the gem as bundler installs it in ~/.rvm/gems/ruby<version@gemset>/bundler/gems instead of ~/.rvm/gems/ruby<version@gemset>/gems, which i figured is marked as a bug in the repo.

So i thought of keeping default.yml of rubocop in my projects root directory and giving path to it in Rubocop.sublime-settings to rubocop_config_file variable. it works fine, shows errors in console but highlighting doesn't work. Am i doing something wrong?

Your help is appreciated

Thanks

pderichs commented 8 years ago

Hi,

sorry for the delayed answer.

Is the issue still present? If yes, can you share your plugin configuration?

Thanks.

avalle commented 7 years ago

Yes is still present. it's woking ok on default config, but stop when I provided a rubocop.yml file... Works ok launching to console, from sublime, but not highlighting

Thanks !