summaryrefslogtreecommitdiff
path: root/doc/ale-ruby.txt
diff options
context:
space:
mode:
authorEddie Lebow <elebow@users.noreply.github.com>2017-05-05 05:05:53 -0400
committerw0rp <w0rp@users.noreply.github.com>2017-05-05 10:05:53 +0100
commitba7999dae093c2c9b9f924c9bff8fb9fdea167fc (patch)
tree59655bdc243e1c0bc7ccb2c47153b07aad5b4192 /doc/ale-ruby.txt
parent14f3fc777fc4a5e1fd1e1a7b75f4edf84b0a9af0 (diff)
downloadale-ba7999dae093c2c9b9f924c9bff8fb9fdea167fc.zip
[RFC] Add Brakeman for Ruby on Rails (references #385) (#509)
* Add brakeman for Ruby on Rails
Diffstat (limited to 'doc/ale-ruby.txt')
-rw-r--r--doc/ale-ruby.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/ale-ruby.txt b/doc/ale-ruby.txt
index cf12ce2e..cbbb1322 100644
--- a/doc/ale-ruby.txt
+++ b/doc/ale-ruby.txt
@@ -3,6 +3,17 @@ ALE Ruby Integration *ale-ruby-options*
-------------------------------------------------------------------------------
+brakeman *ale-ruby-brakeman*
+
+g:ale_ruby_brakeman_options *g:ale_ruby_brakeman_options*
+ *b:ale_ruby_brakeman_options*
+ Type: |String|
+ Default: `''`
+
+ The contents of this variable will be passed through to brakeman.
+
+
+-------------------------------------------------------------------------------
reek *ale-ruby-reek*
g:ale_ruby_reek_show_context *g:ale_ruby_reek_show_context*