Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-13 | Move ale#handlers#ruby#EscapeExecutable to ale#ruby#EscapeExecutable | Eddie Lebow | |
This function is generally applicable to Ruby, not just handling linter output. | |||
2019-04-07 | #2132 - Replace command_chain and chain_with with ale#command#Run | w0rp | |
2019-02-22 | #2132 - Replace all uses of foo_callback with foo | w0rp | |
2018-10-25 | Respect configured excluded_paths | Steven Harman | |
2018-09-14 | Return only the unescaped executables from executable callbacks | w0rp | |
2018-09-12 | Update all Ruby linters to work consistently with bundler | Ryan Rosenblum | |
2018-07-01 | Fix #1412 - Use --stdin-filename for newer reek versions | w0rp | |
2017-11-19 | #852 - Capture error codes for reek | w0rp | |
2017-07-27 | #810 - Handle output which is not JSON in many linters | w0rp | |
2017-04-20 | Add the Reek checker for Ruby. (#490) | Eddie Lebow | |
Add the Reek checker for Ruby. |