2017-03-28 22:25:44 +00:00
|
|
|
===============================================================================
|
|
|
|
ALE Ruby Integration *ale-ruby-options*
|
|
|
|
|
|
|
|
|
2017-05-05 09:05:53 +00:00
|
|
|
-------------------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
2017-04-20 06:37:08 +00:00
|
|
|
-------------------------------------------------------------------------------
|
|
|
|
reek *ale-ruby-reek*
|
|
|
|
|
|
|
|
g:ale_ruby_reek_show_context *g:ale_ruby_reek_show_context*
|
2017-04-27 21:04:34 +00:00
|
|
|
*b:ale_ruby_reek_show_context*
|
2017-04-20 06:37:08 +00:00
|
|
|
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*
|
2017-04-27 21:04:34 +00:00
|
|
|
*b:ale_ruby_reek_show_wiki_link*
|
2017-04-20 06:37:08 +00:00
|
|
|
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.
|
|
|
|
|
|
|
|
|
2017-03-28 22:25:44 +00:00
|
|
|
-------------------------------------------------------------------------------
|
|
|
|
rubocop *ale-ruby-rubocop*
|
|
|
|
|
|
|
|
g:ale_ruby_rubocop_options *g:ale_ruby_rubocop_options*
|
2017-04-27 21:04:34 +00:00
|
|
|
*b:ale_ruby_rubocop_options*
|
2017-03-28 22:25:44 +00:00
|
|
|
Type: |String|
|
|
|
|
Default: `''`
|
|
|
|
|
|
|
|
This variable can be change to modify flags given to rubocop.
|
|
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------------------
|
|
|
|
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|