SublimeLinter / SublimeLinter-rubocop

SublimeLinter 3 plugin for Ruby, using rubocop.
MIT License
159 stars 40 forks source link

change how executable path is setup #47

Closed ckhall closed 6 years ago

ckhall commented 6 years ago

fixes an issue where self.executable_path was returning a list, so the returned command was

[['/path/to/ruby'], '-S', ...]

instead of

['path/to/ruby', '-S', ...]
ckhall commented 6 years ago

I'm not much of a python dev, so feel free to make it better if necessary. This fixes the issue I was having.

ckhall commented 6 years ago

any chance this can get reviewed/merged soon?

martinbohman commented 6 years ago

I need this too!