Fix bug with RuboCop linter when options are not set

This commit is contained in:
Ryan Rosenblum 2018-09-14 12:30:28 -04:00
parent 0868cb769d
commit a55b8d10b0
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
" Author: ynonp - https://github.com/ynonp, Eddie Lebow https://github.com/elebow
" Description: RuboCop, a code style analyzer for Ruby files
call ale#Set('ruby_rubocop_executable', 'rubocop')
call ale#Set('ruby_rubocop_options', '')
function! ale_linters#ruby#rubocop#GetCommand(buffer) abort
let l:executable = ale#Var(a:buffer, 'ruby_rubocop_executable')