Open anujgangwar opened 9 years ago
Hi,
sorry for the delayed answer.
Is the issue still present? If yes, can you share your plugin configuration?
Thanks.
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 !
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