When I try to run slim-linter in debug mode I see the following command: /usr/local/opt/rbenv/shims/ruby /usr/local/opt/rbenv/shims/slim-lint --version which results in ruby: no Ruby script found in input (LoadError). Whereas rubocop linter successfully uses command: /usr/local/opt/rbenv/shims/ruby -S rubocop --version. Note: there is no path to rubocop executable included, so, can you please change SublimeLinter-slim to the similar behaviour?
I run ST3 on mac, where I already have SublimeLinter-rubocop installed, and added this lines to my SublimeLinter.sublime-settings:
When I try to run slim-linter in debug mode I see the following command:
/usr/local/opt/rbenv/shims/ruby /usr/local/opt/rbenv/shims/slim-lint --version
which results inruby: no Ruby script found in input (LoadError)
. Whereas rubocop linter successfully uses command:/usr/local/opt/rbenv/shims/ruby -S rubocop --version
. Note: there is no path to rubocop executable included, so, can you please change SublimeLinter-slim to the similar behaviour?