summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPierre-Nicolas Clauss <pinicarus@protonmail.com>2021-01-17 14:10:11 +0100
committerPierre-Nicolas Clauss <pinicarus@protonmail.com>2021-01-23 19:07:26 +0100
commit105bc5569550925af3b5f679145e1a13e0840344 (patch)
treeca0c72dddf63aadbb5ca07016bb2396169c40da0 /doc
parent0ac7595fe97607ae99757787eba19cf0870be00d (diff)
downloadale-105bc5569550925af3b5f679145e1a13e0840344.zip
refactor(erlang/dialyzer): remove file placeholder from options
Signed-off-by: Pierre-Nicolas Clauss <pinicarus@protonmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-erlang.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ale-erlang.txt b/doc/ale-erlang.txt
index 47524e05..93ac7915 100644
--- a/doc/ale-erlang.txt
+++ b/doc/ale-erlang.txt
@@ -16,10 +16,10 @@ g:ale_erlang_dialyzer_executable *g:ale_erlang_dialyzer_executable*
g:ale_erlang_dialyzer_options *g:ale_erlang_dialyzer_options*
*b:ale_erlang_dialyzer_options*
Type: |String|
- Default: `'-Wunmatched_returns -Werror_handling -Wrace_conditions -Wunderspec %s'`
+ Default: `'-Wunmatched_returns -Werror_handling -Wrace_conditions -Wunderspec'`
This variable can be changed to specify the options to pass to the dialyzer
- executable. The `%s` marker can be used to denote the current file.
+ executable.
g:ale_erlang_dialyzer_plt_file *g:ale_erlang_dialyzer_plt_file*
*b:ale_erlang_dialyzer_plt_file*