From b2b6cff469ebdae78bf7283ae6e5a71e4f72303d Mon Sep 17 00:00:00 2001 From: k32 <10274441+k32@users.noreply.github.com> Date: Wed, 12 Jan 2022 15:39:49 +0100 Subject: [PATCH] revert(makefile): Remove lightweight dialyzer target --- Makefile | 4 ---- rebar.config.erl | 5 ----- 2 files changed, 9 deletions(-) diff --git a/Makefile b/Makefile index 3a8e639d8..33052d6f9 100644 --- a/Makefile +++ b/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 diff --git a/rebar.config.erl b/rebar.config.erl index ee472119d..95e16835b 100644 --- a/rebar.config.erl +++ b/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) }