From 850a8a3dcedaf400a2e9d1afa67c80ebfd370a60 Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Fri, 27 Feb 2015 23:17:24 +0100 Subject: Add Dialyzer plugin Build project-specific PLT $ rebar build-plt Check the PLT for consistency and rebuild it if it is not up-to-date $ rebar check-plt Analyze the code for discrepancies $ rebar dialyze Delete project-specific PLT $ rebar delete-plt Valid rebar.config options: %% Store PLT in ~/.rebar/plt (Default) {dialyzer_plt_location,shared} %% Store PLT locally inside the project in .rebar {dialyzer_plt_location,local} %% Store PLT in custom directory {dialyzer_plt_location,"custom_path"} {dialyzer_plt_extra_apps,[app1,app2]} {dialyzer_warnings,[unmatched_returns,error_handling]} --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 15668a7..671ac10 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ *.orig .*.swp /rt.work -/dialyzer_warnings /rebar.cmd /.eunit /deps -- cgit v1.2.1