You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: