Rubocop fixer now uses g:ale_ruby_rubocop_options (#841)
* Rubocop fixer now uses g:ale_ruby_rubocop_options * Adds spec
This commit is contained in:
@@ -7,7 +7,8 @@ function! ale#fixers#rubocop#GetCommand(buffer) abort
|
||||
|
||||
return ale#Escape(l:executable) . l:exec_args
|
||||
\ . (!empty(l:config) ? ' --config ' . ale#Escape(l:config) : '')
|
||||
\ . ' --auto-correct %t'
|
||||
\ . ' --auto-correct %t '
|
||||
\ . ale#Var(a:buffer, 'ruby_rubocop_options')
|
||||
|
||||
endfunction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user