Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-21 | Add erubis linter | Jake Zimmerman | |
This linter works largely the same as the existing `erubylint` linter, except it works with `erubis` instead of `erb` as the driving command. | |||
2017-04-25 | Add erb linter (#497) | Matthias Günther | |
* Add eruby linter * Update README with erb linter * Fix example and contributions * Remove trailing newline * Fix for Vimscript style guide * Eruby-linter: codereview with @w0rp - read from stderro output_stream * Eruby-linter: codereview => add handler for ruby * Eruby-linter: codereview - eruby and ruby lint use the same ruby-handler (removes duplicated handling logic) * Eruby-linter: try to fix tests |