Close #3325 - Apply new formatting where possible

This commit is contained in:
w0rp
2020-08-28 19:50:36 +01:00
parent 3d5a2690ce
commit 7d4ce4e6aa
30 changed files with 71 additions and 96 deletions

View File

@@ -11,7 +11,7 @@ function! ale_linters#ruby#standardrb#GetCommand(buffer) abort
return ale#ruby#EscapeExecutable(l:executable, 'standardrb')
\ . ' --format json --force-exclusion '
\ . ale#Var(a:buffer, 'ruby_standardrb_options')
\ . ' --stdin ' . ale#Escape(expand('#' . a:buffer . ':p'))
\ . ' --stdin %s'
endfunction
" standardrb is based on RuboCop so the callback is the same