diff options
author | Devon Meunier <devon.meunier@shopify.com> | 2017-05-16 11:47:35 -0400 |
---|---|---|
committer | Devon Meunier <devon.meunier@shopify.com> | 2017-05-16 14:07:52 -0400 |
commit | 9ca51ed035d1fb3cefe28efe0dea60fbe71b4048 (patch) | |
tree | eeb5a61c545ec85f84c9aafde4b29fbce5da4c13 /doc | |
parent | 8712aee5dcddd366ae52a0c57e67fdbc13c030ee (diff) | |
download | ale-9ca51ed035d1fb3cefe28efe0dea60fbe71b4048.zip |
Allow overriding rubocop executable.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-ruby.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ale-ruby.txt b/doc/ale-ruby.txt index cbbb1322..6e8aa0eb 100644 --- a/doc/ale-ruby.txt +++ b/doc/ale-ruby.txt @@ -37,6 +37,15 @@ 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 + Type: String + Default: 'rubocop' + + Override the invoked rubocop binary. This is useful for running rubocop + from binstubs or a bundle. + + g:ale_ruby_rubocop_options *g:ale_ruby_rubocop_options* *b:ale_ruby_rubocop_options* Type: |String| |