SublimeLinter-rubocop
SublimeLinter-rubocop copied to clipboard
SublimeLinter 3 plugin for Ruby, using rubocop.
Has anyone successfully setup the rubocop linter for projects running exclusively inside docker? Currently, I'm having all gems installed inside `vendor/bundle` in the hopes of making them more accessible. That...
I created a simple correct test HAML file in my rails project `test.html.haml`: ``` %div - if true %b A - else %b B ``` but SublimeLinter highlights errors: ...