syntastic
syntastic copied to clipboard
Feature: erb-lint checker for eruby
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?
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.