diff options
author | Hayato Kawai <fohte.hk@gmail.com> | 2018-03-11 13:33:57 +0900 |
---|---|---|
committer | Hayato Kawai <fohte.hk@gmail.com> | 2018-03-11 13:33:57 +0900 |
commit | 7e1a9a98103b74badc593bd0fea3c4ab6976ce81 (patch) | |
tree | ba83e432d1c0d6ba92fa4ecbf50b69c6c14c1100 /doc/ale.txt | |
parent | 0a0535546f4d9a0dfe02671630fdaba72ea5828d (diff) | |
download | ale-7e1a9a98103b74badc593bd0fea3c4ab6976ce81.zip |
Add rufo fixer for ruby files
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 2e98cd71..85b0b893 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -197,6 +197,7 @@ CONTENTS *ale-contents* reek................................|ale-ruby-reek| rubocop.............................|ale-ruby-rubocop| ruby................................|ale-ruby-ruby| + rufo................................|ale-ruby-rufo| rust..................................|ale-rust-options| cargo...............................|ale-rust-cargo| rls.................................|ale-rust-rls| @@ -366,7 +367,7 @@ Notes: * reStructuredText: `alex`!!, `proselint`, `redpen`, `rstcheck`, `vale`, `write-good` * Re:VIEW: `redpen` * RPM spec: `rpmlint` -* Ruby: `brakeman`, `rails_best_practices`!!, `reek`, `rubocop`, `ruby` +* Ruby: `brakeman`, `rails_best_practices`!!, `reek`, `rubocop`, `ruby`, `rufo` * Rust: `cargo`!!, `rls`, `rustc` (see |ale-integration-rust|), `rustfmt` * SASS: `sass-lint`, `stylelint` * SCSS: `prettier`, `sass-lint`, `scss-lint`, `stylelint` |