diff options
author | w0rp <w0rp@users.noreply.github.com> | 2018-03-18 17:42:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-18 17:42:07 +0000 |
commit | 434f22e44a1ed5a5be2628c1fdd5906cf1c9bc46 (patch) | |
tree | ad8286d9bb7c08668a5a0d59f40b452e374c9575 /doc | |
parent | 440502dc939dc817cce1018619019b33c9b0fd42 (diff) | |
parent | 7e1a9a98103b74badc593bd0fea3c4ab6976ce81 (diff) | |
download | ale-434f22e44a1ed5a5be2628c1fdd5906cf1c9bc46.zip |
Merge pull request #1415 from fohte/fixer-rufo
Add rufo fixer for Ruby files
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-ruby.txt | 12 | ||||
-rw-r--r-- | doc/ale.txt | 3 |
2 files changed, 14 insertions, 1 deletions
diff --git a/doc/ale-ruby.txt b/doc/ale-ruby.txt index 94181ed4..85a3e137 100644 --- a/doc/ale-ruby.txt +++ b/doc/ale-ruby.txt @@ -87,4 +87,16 @@ g:ale_ruby_ruby_executable *g:ale_ruby_ruby_executable* =============================================================================== +rufo *ale-ruby-rufo* + +g:ale_ruby_rufo_executable *g:ale_ruby_rufo_executable* + *b:ale_ruby_rufo_executable* + Type: String + Default: `'rufo'` + + Override the invoked rufo binary. This is useful for running rufo from + binstubs or a bundle. + + +=============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: diff --git a/doc/ale.txt b/doc/ale.txt index 921f0703..bf93abf2 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -198,6 +198,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| @@ -367,7 +368,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` |