diff options
author | w0rp <w0rp@users.noreply.github.com> | 2017-05-18 09:19:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-18 09:19:23 +0100 |
commit | 2fd4db91ceedaadcd83a94312449c05350abaa6c (patch) | |
tree | f8e84e77357a344f9a4d3149b64fab4395ba309e /doc/ale-ruby.txt | |
parent | f7fc54262dbcdf14732fcf8f2603f0068b3e642c (diff) | |
parent | 3f926de76b74faf534c6e4c79cf3f28e96848b90 (diff) | |
download | ale-2fd4db91ceedaadcd83a94312449c05350abaa6c.zip |
Merge pull request #561 from meunierd/override-rubocop-executable
Allow overriding rubocop executable.
Diffstat (limited to 'doc/ale-ruby.txt')
-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| |