refactor(erlang/dialyzer): remove file placeholder from options

Signed-off-by: Pierre-Nicolas Clauss <pinicarus@protonmail.com>
This commit is contained in:
Pierre-Nicolas Clauss
2021-01-17 14:10:11 +01:00
parent 0ac7595fe9
commit 105bc55695
3 changed files with 5 additions and 4 deletions

View File

@@ -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'