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:
parent
66908020e0
commit
86a18bfb62
@ -4,7 +4,7 @@
|
|||||||
{{#appDescription}}"{{.}}"{{/appDescription}}{{^appDescription}}"OpenAPI rest server library"{{/appDescription}}},
|
{{#appDescription}}"{{.}}"{{/appDescription}}{{^appDescription}}"OpenAPI rest server library"{{/appDescription}}},
|
||||||
{vsn, "{{apiVersion}}"},
|
{vsn, "{{apiVersion}}"},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{applications, [kernel, stdlib, public_key, ssl, inets, ranch, cowboy]},
|
{applications, [kernel, stdlib, public_key, ssl, inets, ranch, cowboy, jesse]},
|
||||||
{env, []},
|
{env, []},
|
||||||
{modules, []},
|
{modules, []},
|
||||||
{licenses, [{{#licenseInfo}}"{{.}}"{{/licenseInfo}}]},
|
{licenses, [{{#licenseInfo}}"{{.}}"{{/licenseInfo}}]},
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
{dialyzer,
|
{dialyzer,
|
||||||
[{plt_extra_apps, [cowboy, cowlib, ranch, jesse]},
|
[{plt_extra_apps, [cowboy, cowlib, ranch, jesse]},
|
||||||
{warnings, [missing_return, unknown]}
|
{warnings, [no_match, no_unused, missing_return, unknown]}
|
||||||
]}.
|
]}.
|
||||||
|
|
||||||
{xref_checks,
|
{xref_checks,
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
{dialyzer,
|
{dialyzer,
|
||||||
[{plt_extra_apps, [cowboy, cowlib, ranch, jesse]},
|
[{plt_extra_apps, [cowboy, cowlib, ranch, jesse]},
|
||||||
{warnings, [missing_return, unknown]}
|
{warnings, [no_match, no_unused, missing_return, unknown]}
|
||||||
]}.
|
]}.
|
||||||
|
|
||||||
{xref_checks,
|
{xref_checks,
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"Echo Server API"},
|
"Echo Server API"},
|
||||||
{vsn, "1.0.0"},
|
{vsn, "1.0.0"},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{applications, [kernel, stdlib, public_key, ssl, inets, ranch, cowboy]},
|
{applications, [kernel, stdlib, public_key, ssl, inets, ranch, cowboy, jesse]},
|
||||||
{env, []},
|
{env, []},
|
||||||
{modules, []},
|
{modules, []},
|
||||||
{licenses, ["Apache 2.0"]},
|
{licenses, ["Apache 2.0"]},
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
{dialyzer,
|
{dialyzer,
|
||||||
[{plt_extra_apps, [cowboy, cowlib, ranch, jesse]},
|
[{plt_extra_apps, [cowboy, cowlib, ranch, jesse]},
|
||||||
{warnings, [missing_return, unknown]}
|
{warnings, [no_match, no_unused, missing_return, unknown]}
|
||||||
]}.
|
]}.
|
||||||
|
|
||||||
{xref_checks,
|
{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."},
|
"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"},
|
{vsn, "1.0.0"},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{applications, [kernel, stdlib, public_key, ssl, inets, ranch, cowboy]},
|
{applications, [kernel, stdlib, public_key, ssl, inets, ranch, cowboy, jesse]},
|
||||||
{env, []},
|
{env, []},
|
||||||
{modules, []},
|
{modules, []},
|
||||||
{licenses, ["Apache-2.0"]},
|
{licenses, ["Apache-2.0"]},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user