Alex Vlasov
Alex Vlasov
> You can change the selector in the settings though. Maybe "source.ruby, text.haml". I tried to set `source` but it does not change anything: ``` { ... "linters": { "rubocop":...
> You can change the selector in the settings though. Maybe "source.ruby, text.haml". Sorry, my mistake. If I set `selector` it makes worsen: ``` { ... "linters": { "rubocop": {...
In command-line Rubocop returns 0 errors but SublimeLinter returns 2
If Rubocop ignores this file then what has generated these errors `ruby: error syntax error - unexpected end-of-input, expecting then or ';' or '\n'`?
My current config `SublimeLinter.sublime-settings`: ``` { "debug": true, "styles": [ { "mark_style": "stippled_underline", "priority": 1, "scope": "source.ruby.rails keyword.control.ruby", "icon": "pointer", "types": [ "warning" ] } ], "linters": { "rubocop": {...
Adding `"excludes": "*/*.html.haml"` has haleped to suppress wrong errors from Ruby and Rubocop. But `haml-lint` does not work still Current config: ``` { "debug": true, "styles": [ { "mark_style": "stippled_underline",...
+1 0.4.4 MySQL 5.5
+1 I have the same issue on Ruby 2.0.0-p247 & Rails4
@koic thank you! @highb, @joshcooper , @lucywyman, @binford2k could you approve?
🔥 it got approved. Could somebody merge now, please? cc: @mathieujobin @koic