mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 12:40:53 +00:00
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:
parent
66908020e0
commit
86a18bfb62
@ -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}}]},
|
||||
|
@ -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,
|
||||
|
@ -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"]},
|
||||
|
@ -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 @@
|
||||
"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"]},
|
||||
|
Loading…
x
Reference in New Issue
Block a user