SublimeLinter-rubocop icon indicating copy to clipboard operation
SublimeLinter-rubocop copied to clipboard

SublimeLinter 3 plugin for Ruby, using rubocop.

Results 2 SublimeLinter-rubocop issues
Sort by recently updated
recently updated
newest added

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: ![image](https://user-images.githubusercontent.com/1415597/85899667-41408d80-b7b3-11ea-8311-c0dc757a9ad3.png)...