summaryrefslogtreecommitdiff
path: root/autoload/ale/handlers/rubocop.vim
blob: f6367cf5d42a2e2ed63755198b0096d1ff95081d (plain)
1
2
3
4
5
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