Open blueyed opened 7 years ago
Support is very poor. I don't think there's more than one or two warnings that emit endColumn
. It's the kind of thing that's tricky to retrofit.
This feature is more likely to go away than to be fixed.
I see. Thanks for the info. I've imagined that given the identifier name is known, it should be trivial (in this case). Unfortunately I don't know Haskell, otherwise I would have looked into it already.
Feel free to close this issue then, or keep it open as a reminder to remove the feature.
It would be nice to have
endColumn
being set with rule SC2034 ("X appears unused"), where it is currently the same ascolumn
.Example output:
How is the support for
endColumn
in general? I am using-f gcc
in Neomake currently, but having theendColumn
might be worth switching to-f json
. OTOH-f gcc
could also include the endColumn I suppose?shellcheck 0.4.6.