Fix some escaping and make some tests set filenames consistently

This commit is contained in:
w0rp
2017-06-21 22:33:34 +01:00
parent ab534c2995
commit dab6f39eb0
7 changed files with 71 additions and 32 deletions

View File

@@ -40,7 +40,7 @@ function! ale_linters#ruby#brakeman#GetCommand(buffer) abort
return 'brakeman -f json -q '
\ . ale#Var(a:buffer, 'ruby_brakeman_options')
\ . ' -p ' . l:rails_root
\ . ' -p ' . ale#Escape(l:rails_root)
endfunction
function! s:FindRailsRoot(buffer) abort