forked from loafle/openapi-generator-original
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:
@@ -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,
|
||||
|
||||
@@ -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"]},
|
||||
|
||||
Reference in New Issue
Block a user