Some checks failed
Detach Plugins / check (FlyGrep.vim) (push) Has been cancelled
Detach Plugins / check (GitHub.vim) (push) Has been cancelled
Detach Plugins / check (JavaUnit.vim) (push) Has been cancelled
Detach Plugins / check (SourceCounter.vim) (push) Has been cancelled
Detach Plugins / check (cpicker.nvim) (push) Has been cancelled
Detach Plugins / check (dein-ui.vim) (push) Has been cancelled
Detach Plugins / check (git.vim) (push) Has been cancelled
Detach Plugins / check (iedit.vim) (push) Has been cancelled
Detach Plugins / check (scrollbar.vim) (push) Has been cancelled
Detach Plugins / check (vim-chat) (push) Has been cancelled
Detach Plugins / check (vim-cheat) (push) Has been cancelled
Detach Plugins / check (vim-todo) (push) Has been cancelled
Detach Plugins / check (xmake.vim) (push) Has been cancelled
test / Linux (nvim, nightly) (push) Has been cancelled
test / Linux (nvim, v0.3.8) (push) Has been cancelled
test / Linux (nvim, v0.4.0) (push) Has been cancelled
test / Linux (nvim, v0.4.2) (push) Has been cancelled
test / Linux (nvim, v0.4.3) (push) Has been cancelled
test / Linux (nvim, v0.4.4) (push) Has been cancelled
test / Linux (nvim, v0.5.0) (push) Has been cancelled
test / Linux (nvim, v0.5.1) (push) Has been cancelled
test / Linux (nvim, v0.6.0) (push) Has been cancelled
test / Linux (nvim, v0.6.1) (push) Has been cancelled
test / Linux (nvim, v0.7.0) (push) Has been cancelled
test / Linux (nvim, v0.7.2) (push) Has been cancelled
test / Linux (nvim, v0.8.0) (push) Has been cancelled
test / Linux (nvim, v0.8.1) (push) Has been cancelled
test / Linux (nvim, v0.8.2) (push) Has been cancelled
test / Linux (nvim, v0.8.3) (push) Has been cancelled
test / Linux (nvim, v0.9.0) (push) Has been cancelled
test / Linux (nvim, v0.9.1) (push) Has been cancelled
test / Linux (true, vim, v7.4.052) (push) Has been cancelled
test / Linux (true, vim, v7.4.1689) (push) Has been cancelled
test / Linux (true, vim, v7.4.629) (push) Has been cancelled
test / Linux (true, vim, v8.0.0027) (push) Has been cancelled
test / Linux (true, vim, v8.0.0183) (push) Has been cancelled
test / Linux (vim, nightly) (push) Has been cancelled
test / Linux (vim, v8.0.0184) (push) Has been cancelled
test / Linux (vim, v8.0.1453) (push) Has been cancelled
test / Linux (vim, v8.1.2269) (push) Has been cancelled
test / Linux (vim, v8.2.2434) (push) Has been cancelled
test / Linux (vim, v8.2.3995) (push) Has been cancelled
test / Windows (nvim, nightly) (push) Has been cancelled
test / Windows (nvim, v0.3.8) (push) Has been cancelled
test / Windows (nvim, v0.4.2) (push) Has been cancelled
test / Windows (nvim, v0.4.3) (push) Has been cancelled
test / Windows (nvim, v0.4.4) (push) Has been cancelled
test / Windows (nvim, v0.5.0) (push) Has been cancelled
test / Windows (nvim, v0.5.1) (push) Has been cancelled
test / Windows (nvim, v0.6.0) (push) Has been cancelled
test / Windows (nvim, v0.6.1) (push) Has been cancelled
test / Windows (nvim, v0.7.0) (push) Has been cancelled
test / Windows (nvim, v0.7.2) (push) Has been cancelled
test / Windows (nvim, v0.8.0) (push) Has been cancelled
test / Windows (nvim, v0.8.1) (push) Has been cancelled
test / Windows (nvim, v0.8.2) (push) Has been cancelled
test / Windows (nvim, v0.8.3) (push) Has been cancelled
test / Windows (nvim, v0.9.0) (push) Has been cancelled
test / Windows (nvim, v0.9.1) (push) Has been cancelled
test / Windows (vim, nightly) (push) Has been cancelled
test / Windows (vim, v7.4.1185) (push) Has been cancelled
test / Windows (vim, v7.4.1689) (push) Has been cancelled
test / Windows (vim, v8.0.0027) (push) Has been cancelled
test / Windows (vim, v8.0.1453) (push) Has been cancelled
test / Windows (vim, v8.1.2269) (push) Has been cancelled
test / Windows (vim, v8.2.2434) (push) Has been cancelled
test / Windows (vim, v8.2.3995) (push) Has been cancelled
docker / docker (push) Has been cancelled
mirror / check (coding) (push) Has been cancelled
mirror / check (gitee) (push) Has been cancelled
mirror / check (gitlab) (push) Has been cancelled
244 lines
8.9 KiB
Plaintext
244 lines
8.9 KiB
Plaintext
===============================================================================
|
|
ALE Ruby Integration *ale-ruby-options*
|
|
|
|
|
|
===============================================================================
|
|
brakeman *ale-ruby-brakeman*
|
|
|
|
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'.
|
|
|
|
|
|
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.
|
|
|
|
|
|
===============================================================================
|
|
cspell *ale-ruby-cspell*
|
|
|
|
See |ale-cspell-options|
|
|
|
|
|
|
===============================================================================
|
|
debride *ale-ruby-debride*
|
|
|
|
g:ale_ruby_debride_executable *g:ale_ruby_debride_executable*
|
|
*b:ale_ruby_debride_executable*
|
|
Type: |String|
|
|
Default: `'debride'`
|
|
|
|
Override the invoked debride binary. Set this to `'bundle'` to invoke
|
|
`'bundle` `exec` debride'.
|
|
|
|
|
|
g:ale_ruby_debride_options *g:ale_ruby_debride_options*
|
|
*b:ale_ruby_debride_options*
|
|
Type: |String|
|
|
Default: `''`
|
|
|
|
This variable can be changed to modify flags given to debride.
|
|
|
|
|
|
===============================================================================
|
|
prettier *ale-ruby-prettier*
|
|
|
|
See |ale-javascript-prettier| for information about the available options.
|
|
|
|
|
|
===============================================================================
|
|
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|
|
|
Default: `'rails_best_practices'`
|
|
|
|
Override the invoked rails_best_practices binary. Set this to `'bundle'` to
|
|
invoke `'bundle` `exec` rails_best_practices'.
|
|
|
|
|
|
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*
|
|
|
|
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'.
|
|
|
|
|
|
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'`
|
|
|
|
Override the invoked rubocop binary. Set this to `'bundle'` to invoke
|
|
`'bundle` `exec` rubocop'.
|
|
|
|
|
|
g:ale_ruby_rubocop_options *g:ale_ruby_rubocop_options*
|
|
*b:ale_ruby_rubocop_options*
|
|
Type: |String|
|
|
Default: `''`
|
|
|
|
This variable can be changed to modify flags given to rubocop.
|
|
|
|
|
|
g:ale_ruby_rubocop_auto_correct_all *g:ale_ruby_rubocop_auto_correct_all*
|
|
*b:ale_ruby_rubocop_auto_correct_all*
|
|
Type: |Number|
|
|
Default: `0`
|
|
|
|
This variable can be changed to make rubocop to correct all offenses (unsafe).
|
|
|
|
|
|
===============================================================================
|
|
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.
|
|
|
|
|
|
===============================================================================
|
|
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.
|
|
|
|
|
|
===============================================================================
|
|
sorbet *ale-ruby-sorbet*
|
|
|
|
g:ale_ruby_sorbet_executable *g:ale_ruby_sorbet_executable*
|
|
*b:ale_ruby_sorbet_executable*
|
|
Type: |String|
|
|
Default: `'srb'`
|
|
|
|
Override the invoked sorbet binary. Set this to `'bundle'` to invoke
|
|
`'bundle` `exec` srb'.
|
|
|
|
|
|
g:ale_ruby_sorbet_options *g:ale_ruby_sorbet_options*
|
|
*b:ale_ruby_sorbet_options*
|
|
Type: |String|
|
|
Default: `''`
|
|
|
|
This variable can be changed to modify flags given to sorbet.
|
|
|
|
|
|
g:ale_ruby_sorbet_enable_watchman *g:ale_ruby_sorbet_enable_watchman*
|
|
*b:ale_ruby_sorbet_enable_watchman*
|
|
Type: |Number|
|
|
Default: `0`
|
|
|
|
Whether or not to use watchman to let the LSP server to know about changes
|
|
to files from outside of vim. Defaults to disable watchman because it
|
|
requires watchman to be installed separately from sorbet.
|
|
|
|
|
|
===============================================================================
|
|
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 changed to modify flags given to standardrb.
|
|
|
|
|
|
===============================================================================
|
|
syntax_tree *ale-ruby-syntax_tree*
|
|
|
|
g:ale_ruby_syntax_tree_executable *g:ale_ruby_syntax_tree_executable*
|
|
*b:ale_ruby_syntax_tree_executable*
|
|
Type: |String|
|
|
Default: `'stree'`
|
|
|
|
Override the invoked SyntaxTree binary. Set this to `'bundle'` to invoke
|
|
`'bundle` `exec` stree'.
|
|
|
|
|
|
g:ale_ruby_syntax_tree_options *g:ale_ruby_syntax_tree_options*
|
|
*b:ale_ruby_syntax_tree_options*
|
|
Type: |String|
|
|
Default: `''`
|
|
|
|
This variable can be changed to modify flags given to SyntaxTree.
|
|
|
|
|
|
===============================================================================
|
|
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|