summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-ruby.txt17
-rw-r--r--doc/ale.txt1
2 files changed, 15 insertions, 3 deletions
diff --git a/doc/ale-ruby.txt b/doc/ale-ruby.txt
index c710a26e..94181ed4 100644
--- a/doc/ale-ruby.txt
+++ b/doc/ale-ruby.txt
@@ -58,10 +58,10 @@ g:ale_ruby_reek_show_wiki_link *g:ale_ruby_reek_show_wiki_link*
===============================================================================
rubocop *ale-ruby-rubocop*
-g:ale_ruby_rubocop_executable g:ale_ruby_rubocop_executable
- b:ale_ruby_rubocop_executable
+g:ale_ruby_rubocop_executable *g:ale_ruby_rubocop_executable*
+ *b:ale_ruby_rubocop_executable*
Type: String
- Default: 'rubocop'
+ Default: `'rubocop'`
Override the invoked rubocop binary. This is useful for running rubocop
from binstubs or a bundle.
@@ -76,4 +76,15 @@ g:ale_ruby_rubocop_options *g:ale_ruby_rubocop_options*
===============================================================================
+ruby *ale-ruby-ruby*
+
+g:ale_ruby_ruby_executable *g:ale_ruby_ruby_executable*
+ *b:ale_ruby_ruby_executable*
+ Type: String
+ Default: `'ruby'`
+
+ This variable can be changed to use a different executable for ruby.
+
+
+===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
diff --git a/doc/ale.txt b/doc/ale.txt
index d1afb423..7d870774 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -170,6 +170,7 @@ CONTENTS *ale-contents*
rails_best_practices................|ale-ruby-rails_best_practices|
reek................................|ale-ruby-reek|
rubocop.............................|ale-ruby-rubocop|
+ ruby................................|ale-ruby-ruby|
rust..................................|ale-rust-options|
cargo...............................|ale-rust-cargo|
rls.................................|ale-rust-rls|