mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-15 00:37:07 +08:00
Fix #3286 - Fix duplicate tags
This commit is contained in:
@@ -114,8 +114,8 @@ g:ale_ruby_rubocop_options *g:ale_ruby_rubocop_options*
|
|||||||
This variable can be changed to modify flags given to rubocop.
|
This variable can be changed to modify flags given to rubocop.
|
||||||
|
|
||||||
|
|
||||||
g:ale_ruby_rubocop_auto_correct_all *g:ale_ruby_rubocop_options*
|
g:ale_ruby_rubocop_auto_correct_all *g:ale_ruby_rubocop_auto_correct_all*
|
||||||
*b:ale_ruby_rubocop_options*
|
*b:ale_ruby_rubocop_auto_correct_all*
|
||||||
Type: Number
|
Type: Number
|
||||||
Default: `0`
|
Default: `0`
|
||||||
|
|
||||||
@@ -180,8 +180,8 @@ g:ale_ruby_sorbet_options *g:ale_ruby_sorbet_options*
|
|||||||
===============================================================================
|
===============================================================================
|
||||||
standardrb *ale-ruby-standardrb*
|
standardrb *ale-ruby-standardrb*
|
||||||
|
|
||||||
g:ale_ruby_standardrb_executable *g:ale_ruby_standardrb_executable*
|
g:ale_ruby_standardrb_executable *g:ale_ruby_standardrb_executable*
|
||||||
*b:ale_ruby_standardrb_executable*
|
*b:ale_ruby_standardrb_executable*
|
||||||
Type: String
|
Type: String
|
||||||
Default: `'standardrb'`
|
Default: `'standardrb'`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user