mirror of
https://github.com/dense-analysis/ale.git
synced 2026-05-22 08:20:24 +08:00
Fix linting errors
This commit is contained in:
committed by
Nelson Yeung
parent
847f729cd4
commit
850c41b2a9
@@ -14,6 +14,7 @@ endfunction
|
||||
function! ale_linters#dart#analysis_server#GetCommand(buffer) abort
|
||||
let l:executable = ale#Var(a:buffer, 'dart_analysis_server_executable')
|
||||
let l:dart = resolve(exepath(l:executable))
|
||||
|
||||
return '%e '
|
||||
\ . fnamemodify(l:dart, ':h') . '/snapshots/analysis_server.dart.snapshot'
|
||||
\ . ' --lsp'
|
||||
|
||||
Reference in New Issue
Block a user