Просмотр исходного кода

revert(makefile): Remove lightweight dialyzer target

k32 4 лет назад
Родитель
Сommit
b2b6cff469
2 измененных файлов с 0 добавлено и 9 удалено
  1. 0 4
      Makefile
  2. 0 5
      rebar.config.erl

+ 0 - 4
Makefile

@@ -139,10 +139,6 @@ xref: $(REBAR)
 dialyzer: $(REBAR)
 	@$(REBAR) as check dialyzer
 
-.PHONY: ldialyzer
-ldialyzer: $(REBAR)
-	@$(REBAR) as lcheck dialyzer
-
 COMMON_DEPS := $(REBAR) get-dashboard conf-segs
 
 ## rel target is to create release package without relup

+ 0 - 5
rebar.config.erl

@@ -163,11 +163,6 @@ profiles() ->
        [ {erl_opts, common_compile_opts()}
        , {project_app_dirs, project_app_dirs(ce)}
        ]}
-    , {lcheck,
-       [ {erl_opts, common_compile_opts()}
-       , {project_app_dirs, project_app_dirs(ce)}
-       , {dialyzer, [{warnings, [unmatched_returns, error_handling]}]}
-       ]}
     , {test,
        [ {deps, test_deps()}
        , {erl_opts, common_compile_opts() ++ erl_opts_i(ce) }