mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-30 16:14:30 +08:00
refactor(erlang/dialyzer): remove file placeholder from options
Signed-off-by: Pierre-Nicolas Clauss <pinicarus@protonmail.com>
This commit is contained in:
@@ -31,6 +31,7 @@ Execute(The command should accept configured options.):
|
||||
\ ale#Escape('dialyzer')
|
||||
\ . ' -n --plt ' . ale#Escape(expand('$HOME/.dialyzer_plt'))
|
||||
\ . ' -r ' . expand('$HOME')
|
||||
\ . ' %s'
|
||||
|
||||
Execute(The command should accept configured PLT file.):
|
||||
let b:ale_erlang_dialyzer_plt_file = 'custom-plt'
|
||||
|
||||
Reference in New Issue
Block a user