erlang-server: add jesse to app.up release (#20120)

* erlang-server: add jesse to app.up release

* erlang-server: remove dialyzer errors that might not be related to the program
This commit is contained in:
Nelson Vides
2024-11-17 03:07:03 +01:00
committed by GitHub
parent 66908020e0
commit 86a18bfb62
6 changed files with 6 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
{dialyzer,
[{plt_extra_apps, [cowboy, cowlib, ranch, jesse]},
{warnings, [missing_return, unknown]}
{warnings, [no_match, no_unused, missing_return, unknown]}
]}.
{xref_checks,

View File

@@ -4,7 +4,7 @@
"Echo Server API"},
{vsn, "1.0.0"},
{registered, []},
{applications, [kernel, stdlib, public_key, ssl, inets, ranch, cowboy]},
{applications, [kernel, stdlib, public_key, ssl, inets, ranch, cowboy, jesse]},
{env, []},
{modules, []},
{licenses, ["Apache 2.0"]},