2018-03-31 10:55:20 -04:00
|
|
|
===============================================================================
|
|
|
|
ALE Ruby Integration *ale-ruby-options*
|
|
|
|
|
|
|
|
|
|
|
|
===============================================================================
|
|
|
|
brakeman *ale-ruby-brakeman*
|
|
|
|
|
2018-09-24 20:40:17 -04:00
|
|
|
g:ale_ruby_brakeman_executable *g:ale_ruby_brakeman_executable*
|
|
|
|
*b:ale_ruby_brakeman_executable*
|
|
|
|
Type: String
|
|
|
|
Default: `'brakeman'`
|
|
|
|
|
|
|
|
Override the invoked brakeman binary. Set this to `'bundle'` to invoke
|
|
|
|
`'bundle` `exec` brakeman'.
|
|
|
|
|
|
|
|
|
2018-03-31 10:55:20 -04:00
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
===============================================================================
|
|
|
|
rails_best_practices *ale-ruby-rails_best_practices*
|
|
|
|
|
|
|
|
g:ale_ruby_rails_best_practices_executable
|
|
|
|
*g:ale_ruby_rails_best_practices_executable*
|
|
|
|
*b:ale_ruby_rails_best_practices_executable*
|
|
|
|
Type: String
|
2018-09-24 20:40:17 -04:00
|
|
|
Default: `'rails_best_practices'`
|
2018-03-31 10:55:20 -04:00
|
|
|
|
|
|
|
Override the invoked rails_best_practices binary. Set this to `'bundle'` to
|
2018-09-24 20:40:17 -04:00
|
|
|
invoke `'bundle` `exec` rails_best_practices'.
|
|
|
|
|
2018-03-31 10:55:20 -04:00
|
|
|
|
|
|
|
g:ale_ruby_rails_best_practices_options
|
|
|
|
*g:ale_ruby_rails_best_practices_options*
|
|
|
|
*b:ale_ruby_rails_best_practices_options*
|
|
|
|
Type: |String|
|
|
|
|
Default: `''`
|
|
|
|
|
|
|
|
The contents of this variable will be passed through to rails_best_practices.
|
|
|
|
|
|
|
|
|
|
|
|
===============================================================================
|
|
|
|
reek *ale-ruby-reek*
|
|
|
|
|
2018-09-24 20:40:17 -04:00
|
|
|
g:ale_ruby_reek_executable *g:ale_ruby_reek_executable*
|
|
|
|
*b:ale_ruby_reek_executable*
|
|
|
|
Type: String
|
|
|
|
Default: `'reek'`
|
|
|
|
|
|
|
|
Override the invoked reek binary. Set this to `'bundle'` to invoke
|
|
|
|
`'bundle` `exec` reek'.
|
|
|
|
|
|
|
|
|
2018-03-31 10:55:20 -04:00
|
|
|
g:ale_ruby_reek_show_context *g:ale_ruby_reek_show_context*
|
|
|
|
*b:ale_ruby_reek_show_context*
|
|
|
|
Type: |Number|
|
|
|
|
Default: 0
|
|
|
|
|
|
|
|
Controls whether context is included in the linter message. Defaults to off
|
|
|
|
because context is usually obvious while viewing a file.
|
|
|
|
|
|
|
|
|
|
|
|
g:ale_ruby_reek_show_wiki_link *g:ale_ruby_reek_show_wiki_link*
|
|
|
|
*b:ale_ruby_reek_show_wiki_link*
|
|
|
|
Type: |Number|
|
|
|
|
Default: 0
|
|
|
|
|
|
|
|
Controls whether linter messages contain a link to an explanatory wiki page
|
|
|
|
for the type of code smell. Defaults to off to improve readability.
|
|
|
|
|
|
|
|
|
|
|
|
===============================================================================
|
|
|
|
rubocop *ale-ruby-rubocop*
|
|
|
|
|
|
|
|
g:ale_ruby_rubocop_executable *g:ale_ruby_rubocop_executable*
|
|
|
|
*b:ale_ruby_rubocop_executable*
|
|
|
|
Type: String
|
|
|
|
Default: `'rubocop'`
|
|
|
|
|
2018-09-24 20:40:17 -04:00
|
|
|
Override the invoked rubocop binary. Set this to `'bundle'` to invoke
|
|
|
|
`'bundle` `exec` rubocop'.
|
2018-03-31 10:55:20 -04:00
|
|
|
|
|
|
|
|
|
|
|
g:ale_ruby_rubocop_options *g:ale_ruby_rubocop_options*
|
|
|
|
*b:ale_ruby_rubocop_options*
|
|
|
|
Type: |String|
|
|
|
|
Default: `''`
|
|
|
|
|
|
|
|
This variable can be change to modify flags given to rubocop.
|
|
|
|
|
|
|
|
|
|
|
|
===============================================================================
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
===============================================================================
|
|
|
|
rufo *ale-ruby-rufo*
|
|
|
|
|
|
|
|
g:ale_ruby_rufo_executable *g:ale_ruby_rufo_executable*
|
|
|
|
*b:ale_ruby_rufo_executable*
|
|
|
|
Type: String
|
|
|
|
Default: `'rufo'`
|
|
|
|
|
|
|
|
Override the invoked rufo binary. This is useful for running rufo from
|
|
|
|
binstubs or a bundle.
|
|
|
|
|
|
|
|
|
2018-09-24 20:40:17 -04:00
|
|
|
===============================================================================
|
|
|
|
solargraph *ale-ruby-solargraph*
|
|
|
|
|
|
|
|
g:ale_ruby_solargraph_executable *g:ale_ruby_solargraph_executable*
|
|
|
|
*b:ale_ruby_solargraph_executable*
|
|
|
|
Type: String
|
|
|
|
Default: `'solargraph'`
|
|
|
|
|
|
|
|
Override the invoked solargraph binary. This is useful for running solargraph
|
|
|
|
from binstubs or a bundle.
|
|
|
|
|
|
|
|
|
2018-12-17 06:28:27 -05:00
|
|
|
===============================================================================
|
|
|
|
standardrb *ale-ruby-standardrb*
|
|
|
|
|
|
|
|
g:ale_ruby_standardrb_executable *g:ale_ruby_standardrb_executable*
|
|
|
|
*b:ale_ruby_standardrb_executable*
|
|
|
|
Type: String
|
|
|
|
Default: `'standardrb'`
|
|
|
|
|
|
|
|
Override the invoked standardrb binary. Set this to `'bundle'` to invoke
|
|
|
|
`'bundle` `exec` standardrb'.
|
|
|
|
|
|
|
|
|
|
|
|
g:ale_ruby_standardrb_options *g:ale_ruby_standardrb_options*
|
|
|
|
*b:ale_ruby_standardrb_options*
|
|
|
|
Type: |String|
|
|
|
|
Default: `''`
|
|
|
|
|
|
|
|
This variable can be change to modify flags given to standardrb.
|
|
|
|
|
|
|
|
|
|
|
|
===============================================================================
|
|
|
|
|
2018-03-31 10:55:20 -04:00
|
|
|
===============================================================================
|
|
|
|
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|