summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Buchan-Swanson <david.buchanswanson@gmail.com>2021-02-18 18:33:02 +1100
committerGitHub <noreply@github.com>2021-02-18 16:33:02 +0900
commit1ee7f6c97bb73bb6e12f00e527b664c5ea0df167 (patch)
tree69e70e0a329998492faece429cedee933d31f5a1 /doc
parent0b35c3a5b9d5f9d3bb1021d89c1bdb9dbbf8a958 (diff)
downloadale-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.txt5
-rw-r--r--doc/ale-supported-languages-and-tools.txt1
-rw-r--r--doc/ale.txt1
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|