diff options
author | David Buchan-Swanson <david.buchanswanson@gmail.com> | 2021-02-18 18:33:02 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-18 16:33:02 +0900 |
commit | 1ee7f6c97bb73bb6e12f00e527b664c5ea0df167 (patch) | |
tree | 69e70e0a329998492faece429cedee933d31f5a1 /doc | |
parent | 0b35c3a5b9d5f9d3bb1021d89c1bdb9dbbf8a958 (diff) | |
download | ale-1ee7f6c97bb73bb6e12f00e527b664c5ea0df167.zip |
add support for prettier-ruby to prettier fixer (#3593)
it _does_ need an additional plugin, but when it has the plugin, it
works as expected.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-ruby.txt | 5 | ||||
-rw-r--r-- | doc/ale-supported-languages-and-tools.txt | 1 | ||||
-rw-r--r-- | doc/ale.txt | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/doc/ale-ruby.txt b/doc/ale-ruby.txt index edc6144a..69c643a9 100644 --- a/doc/ale-ruby.txt +++ b/doc/ale-ruby.txt @@ -41,6 +41,11 @@ g:ale_ruby_debride_options *g:ale_ruby_debride_options* This variable can be changed to modify flags given to debride. +=============================================================================== +prettier *ale-ruby-prettier* + +See |ale-javascript-prettier| for information about the available options. + =============================================================================== rails_best_practices *ale-ruby-rails_best_practices* diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt index 33771e49..cd99aaf4 100644 --- a/doc/ale-supported-languages-and-tools.txt +++ b/doc/ale-supported-languages-and-tools.txt @@ -431,6 +431,7 @@ Notes: * Ruby * `brakeman` * `debride` + * `prettier` * `rails_best_practices`!! * `reek` * `rubocop` diff --git a/doc/ale.txt b/doc/ale.txt index ad73eed2..247228a7 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -2931,6 +2931,7 @@ documented in additional help files. ruby....................................|ale-ruby-options| brakeman..............................|ale-ruby-brakeman| debride...............................|ale-ruby-debride| + prettier..............................|ale-ruby-prettier| rails_best_practices..................|ale-ruby-rails_best_practices| reek..................................|ale-ruby-reek| rubocop...............................|ale-ruby-rubocop| |