summaryrefslogtreecommitdiff
path: root/doc/ale-ruby.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale-ruby.txt')
-rw-r--r--doc/ale-ruby.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ale-ruby.txt b/doc/ale-ruby.txt
index a27a20b2..142bb6b8 100644
--- a/doc/ale-ruby.txt
+++ b/doc/ale-ruby.txt
@@ -114,6 +114,14 @@ g:ale_ruby_rubocop_options *g:ale_ruby_rubocop_options*
This variable can be changed to modify flags given to rubocop.
+g:ale_ruby_rubocop_auto_correct_all *g:ale_ruby_rubocop_options*
+ *b:ale_ruby_rubocop_options*
+ Type: Number
+ Default: `0`
+
+ This variable can be changed to make rubocop to correct all offenses (unsafe).
+
+
===============================================================================
ruby *ale-ruby-ruby*