dense-analysis / ale

Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support
BSD 2-Clause "Simplified" License
13.51k stars 1.43k forks source link

add: support for `rubyfmt` as `ruby` fixer #4678

Closed yining closed 8 months ago

yining commented 9 months ago

rubyfmt is a formatter for ruby code.

This commit adds support for rubyfmt as a ruby fixer (#2991), together with some tests and documentation.