Turn strict dialyzer back on for some deps
This commit is contained in:
parent
bef2756b5f
commit
cf3fa10c98
|
@ -124,7 +124,6 @@ plt(
|
|||
|
||||
dialyze(
|
||||
plt = ":base_plt",
|
||||
warnings_as_errors = False,
|
||||
)
|
||||
|
||||
suites = [
|
||||
|
|
|
@ -53,7 +53,6 @@ plt(
|
|||
dialyze(
|
||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||
plt = ":base_plt",
|
||||
warnings_as_errors = False,
|
||||
)
|
||||
|
||||
broker_for_integration_suites()
|
||||
|
|
|
@ -37,7 +37,6 @@ plt(
|
|||
dialyze(
|
||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||
plt = ":base_plt",
|
||||
warnings_as_errors = False,
|
||||
)
|
||||
|
||||
broker_for_integration_suites()
|
||||
|
|
|
@ -50,7 +50,6 @@ plt(
|
|||
dialyze(
|
||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||
plt = ":base_plt",
|
||||
warnings_as_errors = False,
|
||||
)
|
||||
|
||||
broker_for_integration_suites()
|
||||
|
|
|
@ -57,7 +57,6 @@ plt(
|
|||
dialyze(
|
||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||
plt = ":base_plt",
|
||||
warnings_as_errors = False,
|
||||
)
|
||||
|
||||
broker_for_integration_suites()
|
||||
|
|
|
@ -57,7 +57,6 @@ plt(
|
|||
dialyze(
|
||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||
plt = ":base_plt",
|
||||
warnings_as_errors = False,
|
||||
)
|
||||
|
||||
rabbitmq_home(
|
||||
|
|
|
@ -66,7 +66,6 @@ plt(
|
|||
dialyze(
|
||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||
plt = ":base_plt",
|
||||
warnings_as_errors = False,
|
||||
)
|
||||
|
||||
broker_for_integration_suites()
|
||||
|
|
Loading…
Reference in New Issue