Ignore dialyzer warnings for most apps

This commit is contained in:
Philip Kuryloski 2022-02-21 09:19:56 +01:00
parent 4d611b7fad
commit d8201726ae
42 changed files with 42 additions and 0 deletions

View File

@ -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(

View File

@ -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(

View File

@ -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(

View File

@ -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(

View File

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

View File

@ -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()

View File

@ -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()

View File

@ -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()

View File

@ -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()

View File

@ -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()

View File

@ -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,
) )

View File

@ -53,6 +53,7 @@ plt(
dialyze( dialyze(
plt = ":base_plt", plt = ":base_plt",
tags = ["dialyze"], tags = ["dialyze"],
warnings_as_errors = False,
) )
eunit( eunit(

View File

@ -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()

View File

@ -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()

View File

@ -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()

View File

@ -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()

View File

@ -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()

View File

@ -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()

View File

@ -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()

View File

@ -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()

View File

@ -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()

View File

@ -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()

View File

@ -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()

View File

@ -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()

View File

@ -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()

View File

@ -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()

View File

@ -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,
) )

View File

@ -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()

View File

@ -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()

View File

@ -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(

View File

@ -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(

View File

@ -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()

View File

@ -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()

View File

@ -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(

View File

@ -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,
) )

View File

@ -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()

View File

@ -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(

View File

@ -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(

View File

@ -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()

View File

@ -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,
) )

View File

@ -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()

View File

@ -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,
) )