mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
Test for bundle paths with spaces again
This commit is contained in:
@@ -28,9 +28,9 @@ Execute(Should be able to set a custom executable):
|
||||
\ . b:suffix
|
||||
|
||||
Execute(Setting bundle appends 'exec rails_best_practices'):
|
||||
let g:ale_ruby_rails_best_practices_executable = 'bundle'
|
||||
let g:ale_ruby_rails_best_practices_executable = 'path to/bundle'
|
||||
|
||||
AssertLinter 'bundle', ale#Escape('bundle')
|
||||
AssertLinter 'path to/bundle', ale#Escape('path to/bundle')
|
||||
\ . ' exec rails_best_practices'
|
||||
\ . ' ' . b:args
|
||||
\ . ' ' . ale#Escape(b:app_path)
|
||||
|
||||
Reference in New Issue
Block a user