add: support for rubyfmt as ruby fixer (#4678)

[rubyfmt](https://github.com/fables-tales/rubyfmt) is a formatter for
 `ruby` code.

This commit adds support for `rubyfmt` as a `ruby` fixer (#2991),
together with some tests and documentation.
This commit is contained in:
Yining
2024-01-14 22:59:20 +11:00
committed by GitHub
parent 17cca243e3
commit 3dbf0b2202
7 changed files with 68 additions and 0 deletions

View File

@@ -560,6 +560,7 @@ Notes:
* `reek`
* `rubocop`
* `ruby`
* `rubyfmt`
* `rufo`
* `solargraph`
* `sorbet`