syntastic icon indicating copy to clipboard operation
syntastic copied to clipboard

Feature: erb-lint checker for eruby

Open RST-J opened this issue 7 years ago • 1 comments

erb-lint is a linter for erb-Templates that also can check the embedded code with rubocop. Is there a chance that erb-lint could be added to the syntax checkers for the eruby file type?

RST-J avatar Oct 30 '18 14:10 RST-J

As it is now the output of erblint is hostile to parsing, to the point that a syntastic checker doesn't really make sense.

Still, the project itself seems quite nice. If some day a feature is added to erblint to output JSON and aggregate the output from its various linters into an unified structure, then sure, that would make it possible to also write a syntastic checker for it.

lcd047 avatar Oct 30 '18 15:10 lcd047