Ignore dialyzer warnings for most apps
This commit is contained in:
parent
4d611b7fad
commit
d8201726ae
|
@ -50,6 +50,7 @@ plt(
|
||||||
dialyze(
|
dialyze(
|
||||||
plt = ":base_plt",
|
plt = ":base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
||||||
rabbitmq_home(
|
rabbitmq_home(
|
||||||
|
|
|
@ -56,6 +56,7 @@ plt(
|
||||||
dialyze(
|
dialyze(
|
||||||
plt = ":base_plt",
|
plt = ":base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
||||||
rabbitmq_home(
|
rabbitmq_home(
|
||||||
|
|
|
@ -230,6 +230,7 @@ dialyze(
|
||||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||||
plt = ":base_plt",
|
plt = ":base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
||||||
bats(
|
bats(
|
||||||
|
|
|
@ -38,6 +38,7 @@ xref(
|
||||||
dialyze(
|
dialyze(
|
||||||
plt = "//:base_plt",
|
plt = "//:base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
||||||
rabbitmq_suite(
|
rabbitmq_suite(
|
||||||
|
|
|
@ -195,6 +195,7 @@ plt(
|
||||||
dialyze(
|
dialyze(
|
||||||
plt = ":base_plt",
|
plt = ":base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
||||||
suites = [
|
suites = [
|
||||||
|
|
|
@ -53,6 +53,7 @@ dialyze(
|
||||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||||
plt = "//:base_plt",
|
plt = "//:base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
||||||
broker_for_integration_suites()
|
broker_for_integration_suites()
|
||||||
|
|
|
@ -52,6 +52,7 @@ dialyze(
|
||||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||||
plt = "//:base_plt",
|
plt = "//:base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
||||||
broker_for_integration_suites()
|
broker_for_integration_suites()
|
||||||
|
|
|
@ -59,6 +59,7 @@ dialyze(
|
||||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||||
plt = ":base_plt",
|
plt = ":base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
||||||
broker_for_integration_suites()
|
broker_for_integration_suites()
|
||||||
|
|
|
@ -74,6 +74,7 @@ dialyze(
|
||||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||||
plt = ":base_plt",
|
plt = ":base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
||||||
broker_for_integration_suites()
|
broker_for_integration_suites()
|
||||||
|
|
|
@ -45,6 +45,7 @@ dialyze(
|
||||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||||
plt = "//:base_plt",
|
plt = "//:base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
||||||
broker_for_integration_suites()
|
broker_for_integration_suites()
|
||||||
|
|
|
@ -39,4 +39,5 @@ dialyze(
|
||||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||||
plt = "//:base_plt",
|
plt = "//:base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
|
@ -53,6 +53,7 @@ plt(
|
||||||
dialyze(
|
dialyze(
|
||||||
plt = ":base_plt",
|
plt = ":base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
||||||
eunit(
|
eunit(
|
||||||
|
|
|
@ -39,6 +39,7 @@ dialyze(
|
||||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||||
plt = "//:base_plt",
|
plt = "//:base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
||||||
broker_for_integration_suites()
|
broker_for_integration_suites()
|
||||||
|
|
|
@ -31,6 +31,7 @@ dialyze(
|
||||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||||
plt = "//:base_plt",
|
plt = "//:base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
||||||
broker_for_integration_suites()
|
broker_for_integration_suites()
|
||||||
|
|
|
@ -48,6 +48,7 @@ dialyze(
|
||||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||||
plt = "//:base_plt",
|
plt = "//:base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
||||||
broker_for_integration_suites()
|
broker_for_integration_suites()
|
||||||
|
|
|
@ -45,6 +45,7 @@ dialyze(
|
||||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||||
plt = "//:base_plt",
|
plt = "//:base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
||||||
broker_for_integration_suites()
|
broker_for_integration_suites()
|
||||||
|
|
|
@ -38,6 +38,7 @@ dialyze(
|
||||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||||
plt = "//:base_plt",
|
plt = "//:base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
||||||
broker_for_integration_suites()
|
broker_for_integration_suites()
|
||||||
|
|
|
@ -83,6 +83,7 @@ dialyze(
|
||||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||||
plt = "//:base_plt",
|
plt = "//:base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
||||||
broker_for_integration_suites()
|
broker_for_integration_suites()
|
||||||
|
|
|
@ -69,6 +69,7 @@ dialyze(
|
||||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||||
plt = ":base_plt",
|
plt = ":base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
||||||
broker_for_integration_suites()
|
broker_for_integration_suites()
|
||||||
|
|
|
@ -77,6 +77,7 @@ dialyze(
|
||||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||||
plt = "//:base_plt",
|
plt = "//:base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
||||||
broker_for_integration_suites()
|
broker_for_integration_suites()
|
||||||
|
|
|
@ -48,6 +48,7 @@ dialyze(
|
||||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||||
plt = ":base_plt",
|
plt = ":base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
||||||
broker_for_integration_suites()
|
broker_for_integration_suites()
|
||||||
|
|
|
@ -50,6 +50,7 @@ dialyze(
|
||||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||||
plt = ":base_plt",
|
plt = ":base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
||||||
broker_for_integration_suites()
|
broker_for_integration_suites()
|
||||||
|
|
|
@ -39,6 +39,7 @@ dialyze(
|
||||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||||
plt = "//:base_plt",
|
plt = "//:base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
||||||
broker_for_integration_suites()
|
broker_for_integration_suites()
|
||||||
|
|
|
@ -41,6 +41,7 @@ dialyze(
|
||||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||||
plt = "//:base_plt",
|
plt = "//:base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
||||||
broker_for_integration_suites()
|
broker_for_integration_suites()
|
||||||
|
|
|
@ -39,6 +39,7 @@ dialyze(
|
||||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||||
plt = "//:base_plt",
|
plt = "//:base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
||||||
broker_for_integration_suites()
|
broker_for_integration_suites()
|
||||||
|
|
|
@ -47,6 +47,7 @@ dialyze(
|
||||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||||
plt = "//:base_plt",
|
plt = "//:base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
||||||
broker_for_integration_suites()
|
broker_for_integration_suites()
|
||||||
|
|
|
@ -31,4 +31,5 @@ dialyze(
|
||||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||||
plt = "//:base_plt",
|
plt = "//:base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
|
@ -34,6 +34,7 @@ dialyze(
|
||||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||||
plt = "//:base_plt",
|
plt = "//:base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
||||||
broker_for_integration_suites()
|
broker_for_integration_suites()
|
||||||
|
|
|
@ -30,6 +30,7 @@ dialyze(
|
||||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||||
plt = "//:base_plt",
|
plt = "//:base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
||||||
broker_for_integration_suites()
|
broker_for_integration_suites()
|
||||||
|
|
|
@ -67,6 +67,7 @@ dialyze(
|
||||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||||
plt = "//:base_plt",
|
plt = "//:base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
||||||
rabbitmq_home(
|
rabbitmq_home(
|
||||||
|
|
|
@ -43,6 +43,7 @@ dialyze(
|
||||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||||
plt = "//:base_plt",
|
plt = "//:base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
||||||
rabbitmq_home(
|
rabbitmq_home(
|
||||||
|
|
|
@ -70,6 +70,7 @@ dialyze(
|
||||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||||
plt = "//:base_plt",
|
plt = "//:base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
||||||
broker_for_integration_suites()
|
broker_for_integration_suites()
|
||||||
|
|
|
@ -57,6 +57,7 @@ dialyze(
|
||||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||||
plt = "//:base_plt",
|
plt = "//:base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
||||||
broker_for_integration_suites()
|
broker_for_integration_suites()
|
||||||
|
|
|
@ -42,6 +42,7 @@ dialyze(
|
||||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||||
plt = "//:base_plt",
|
plt = "//:base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
||||||
rabbitmq_home(
|
rabbitmq_home(
|
||||||
|
|
|
@ -41,4 +41,5 @@ dialyze(
|
||||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||||
plt = "//:base_plt",
|
plt = "//:base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
|
@ -51,6 +51,7 @@ dialyze(
|
||||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||||
plt = "//:base_plt",
|
plt = "//:base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
||||||
broker_for_integration_suites()
|
broker_for_integration_suites()
|
||||||
|
|
|
@ -60,6 +60,7 @@ dialyze(
|
||||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||||
plt = ":base_plt",
|
plt = ":base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
||||||
rabbitmq_home(
|
rabbitmq_home(
|
||||||
|
|
|
@ -49,6 +49,7 @@ dialyze(
|
||||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||||
plt = ":base_plt",
|
plt = ":base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
||||||
rabbitmq_home(
|
rabbitmq_home(
|
||||||
|
|
|
@ -57,6 +57,7 @@ dialyze(
|
||||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||||
plt = "//:base_plt",
|
plt = "//:base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
||||||
broker_for_integration_suites()
|
broker_for_integration_suites()
|
||||||
|
|
|
@ -37,4 +37,5 @@ dialyze(
|
||||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||||
plt = "//:base_plt",
|
plt = "//:base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
|
@ -60,6 +60,7 @@ dialyze(
|
||||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||||
plt = "//:base_plt",
|
plt = "//:base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
||||||
broker_for_integration_suites()
|
broker_for_integration_suites()
|
||||||
|
|
|
@ -37,4 +37,5 @@ dialyze(
|
||||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||||
plt = "//:base_plt",
|
plt = "//:base_plt",
|
||||||
tags = ["dialyze"],
|
tags = ["dialyze"],
|
||||||
|
warnings_as_errors = False,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue