-
Notifications
You must be signed in to change notification settings - Fork 15
linter-ruby does not support Lint on the fly #27
Comments
I suppose it'd have to |
If the linter itself supports getting the input from |
If it doesn't support |
Don't you need to make a separate |
Actually... that's a good point. @steelbrain does If lintOnFly is working it should have already caught any changes, but I'm not positive. No linter that does lintOnFly has a separate call though. |
I guess I'll close this since it seems the fix for this was merged (and just not released yet). |
I have been holding off on updating for a while due to
linter-ruby
not being upgraded forlinter 1.3
. Then there was an update, but it was broken. Finally this morning it's working again, but it only seems to lint when I save the file.I checked my settings under linter and sure enough Lint on the fly is checked.
I checked in with the
linter
folks and was informed its a problem withlinter-ruby
:steelbrain/linter#824
They said it SAYS
linter-ruby
supports lintOnFly, but it only passes linter the current file name so it can only be used as lintOnSave as currently written.The text was updated successfully, but these errors were encountered: