Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-02 | Simplify the code for most linters and tests with closures | w0rp | |
2017-11-28 | Fix #1168 - Make the ruby linter executable configurable | w0rp | |
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 | |||
2017-04-18 | Add a function for getting matches, and use it to simplify a lot of code | w0rp | |
2017-04-08 | Add Ruby MRI linter (#453) | Brandon Roehl | |
* Added ruby mri linter * Added to the list of supported linters * Async and now with 4 spaces * Vader tests for ruby * Match style choices * Vader test for the Ruby handler now works and passes |