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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@
{{#appDescription}}"{{.}}"{{/appDescription}}{{^appDescription}}"OpenAPI rest server library"{{/appDescription}}},
{vsn, "{{apiVersion}}"},
{registered, []},
{applications, [kernel, stdlib, public_key, ssl, inets, ranch, cowboy]},
{applications, [kernel, stdlib, public_key, ssl, inets, ranch, cowboy, jesse]},
{env, []},
{modules, []},
{licenses, [{{#licenseInfo}}"{{.}}"{{/licenseInfo}}]},

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

@ -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"]},

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 @@
"This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters."},
{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"]},