mirror of
https://github.com/dense-analysis/ale.git
synced 2026-09-22 03:33:13 +08:00
Initialize rubocop variables in one place
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
call ale#Set('ruby_rubocop_options', '')
|
||||
call ale#Set('ruby_rubocop_executable', 'rubocop')
|
||||
|
||||
function! ale#handlers#rubocop#GetExecutable(buffer) abort
|
||||
return ale#Var(a:buffer, 'ruby_rubocop_executable')
|
||||
endfunction
|
||||
Reference in New Issue
Block a user