Add @behaviour and @impl attributes to default implementations #70
Annotations
10 warnings
Run Tests:
lib/open_api/renderer.ex#L1
@behaviour OpenAPI.Renderer does not exist (in module OpenAPI.Renderer)
|
Run Tests:
lib/open_api/renderer.ex#L292
got "@impl OpenAPI.Renderer" for function format/2 but this behaviour does not specify such callback. There are no known callbacks, please specify the proper @behaviour and make sure it defines callbacks
|
Run Tests:
lib/open_api/renderer.ex#L296
got "@impl OpenAPI.Renderer" for function location/2 but this behaviour does not specify such callback. There are no known callbacks, please specify the proper @behaviour and make sure it defines callbacks
|
Run Tests:
lib/open_api/renderer.ex#L300
got "@impl OpenAPI.Renderer" for function render/2 but this behaviour does not specify such callback. There are no known callbacks, please specify the proper @behaviour and make sure it defines callbacks
|
Run Tests:
lib/open_api/renderer.ex#L304
got "@impl OpenAPI.Renderer" for function render_default_client/2 but this behaviour does not specify such callback. There are no known callbacks, please specify the proper @behaviour and make sure it defines callbacks
|
Run Tests:
lib/open_api/renderer.ex#L308
got "@impl OpenAPI.Renderer" for function render_moduledoc/2 but this behaviour does not specify such callback. There are no known callbacks, please specify the proper @behaviour and make sure it defines callbacks
|
Run Tests:
lib/open_api/renderer.ex#L312
got "@impl OpenAPI.Renderer" for function render_operations/2 but this behaviour does not specify such callback. There are no known callbacks, please specify the proper @behaviour and make sure it defines callbacks
|
Run Tests:
lib/open_api/renderer.ex#L316
got "@impl OpenAPI.Renderer" for function render_operation/2 but this behaviour does not specify such callback. There are no known callbacks, please specify the proper @behaviour and make sure it defines callbacks
|
Run Tests:
lib/open_api/renderer.ex#L320
got "@impl OpenAPI.Renderer" for function render_operation_doc/2 but this behaviour does not specify such callback. There are no known callbacks, please specify the proper @behaviour and make sure it defines callbacks
|
Run Tests:
lib/open_api/renderer.ex#L326
got "@impl OpenAPI.Renderer" for function render_operation_function/2 but this behaviour does not specify such callback. There are no known callbacks, please specify the proper @behaviour and make sure it defines callbacks
|
Loading