Turn strict dialyzer back on for some deps

This commit is contained in:
Rin Kuryloski 2022-12-02 09:51:27 +01:00
parent bef2756b5f
commit cf3fa10c98
7 changed files with 0 additions and 7 deletions

View File

@ -124,7 +124,6 @@ plt(
dialyze( dialyze(
plt = ":base_plt", plt = ":base_plt",
warnings_as_errors = False,
) )
suites = [ suites = [

View File

@ -53,7 +53,6 @@ plt(
dialyze( dialyze(
dialyzer_opts = RABBITMQ_DIALYZER_OPTS, dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
plt = ":base_plt", plt = ":base_plt",
warnings_as_errors = False,
) )
broker_for_integration_suites() broker_for_integration_suites()

View File

@ -37,7 +37,6 @@ plt(
dialyze( dialyze(
dialyzer_opts = RABBITMQ_DIALYZER_OPTS, dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
plt = ":base_plt", plt = ":base_plt",
warnings_as_errors = False,
) )
broker_for_integration_suites() broker_for_integration_suites()

View File

@ -50,7 +50,6 @@ plt(
dialyze( dialyze(
dialyzer_opts = RABBITMQ_DIALYZER_OPTS, dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
plt = ":base_plt", plt = ":base_plt",
warnings_as_errors = False,
) )
broker_for_integration_suites() broker_for_integration_suites()

View File

@ -57,7 +57,6 @@ plt(
dialyze( dialyze(
dialyzer_opts = RABBITMQ_DIALYZER_OPTS, dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
plt = ":base_plt", plt = ":base_plt",
warnings_as_errors = False,
) )
broker_for_integration_suites() broker_for_integration_suites()

View File

@ -57,7 +57,6 @@ plt(
dialyze( dialyze(
dialyzer_opts = RABBITMQ_DIALYZER_OPTS, dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
plt = ":base_plt", plt = ":base_plt",
warnings_as_errors = False,
) )
rabbitmq_home( rabbitmq_home(

View File

@ -66,7 +66,6 @@ plt(
dialyze( dialyze(
dialyzer_opts = RABBITMQ_DIALYZER_OPTS, dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
plt = ":base_plt", plt = ":base_plt",
warnings_as_errors = False,
) )
broker_for_integration_suites() broker_for_integration_suites()