summaryrefslogtreecommitdiff
path: root/test/command_callback/test_erubi_command_callback.vader
AgeCommit message (Collapse)Author
2018-07-15Massively reduce the amount of code needed for linter testsw0rp
2018-01-16[eruby] Add erubi linterEddie Lebow
Erubi is yet another parser for eRuby. This is the default parser in Rails as of version 5.1. It supports some additional syntax with similar behavior to Rails' extensions to the language, though incompatible. Rails currently still recommends their own syntax, so GetCommand still has to do the translation introduced in https://github.com/w0rp/ale/pull/1114 . Erubi does not supply an executable—It is intended to be invoked only from within a Ruby program. In this case, a one-liner on the command line.