feat: create report tables and save responses #285
Annotations
2 errors and 13 warnings
build
Canceling since a higher priority waiting request for 'Build-refs/heads/feature/test_ciber' exists
|
build
The operation was canceled.
|
build
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
|
build:
lib/domain/use_cases/connection_process_use_case.ex#L44
Numbers larger than 9999 should be written with underscores: 60_000
|
build:
lib/domain/use_cases/connection_process_use_case.ex#L40
Numbers larger than 9999 should be written with underscores: 60_000
|
build:
lib/infrastructure/driven_adapters/rest_consumer/api_rest/generic_rest_client.ex#L1
Modules should have a @moduledoc tag.
|
build:
lib/domain/use_cases/reports/collector_use_case.ex#L1
Use `@moduledoc false` if a module will not be documented.
|
build:
lib/domain/use_cases/reports/analyzer_use_case.ex#L1
Use `@moduledoc false` if a module will not be documented.
|
build:
lib/application.ex#L1
Modules should have a @moduledoc tag.
|
build:
lib/infrastructure/driven_adapters/rest_consumer/api_rest/data/api_rest_response.ex#L1
Modules should have a @moduledoc tag.
|
build:
lib/infrastructure/driven_adapters/rest_consumer/api_rest/data/api_rest_request.ex#L1
Modules should have a @moduledoc tag.
|
build:
lib/infrastructure/driven_adapters/rest_consumer/api_rest/api_rest_adapter.ex#L1
Modules should have a @moduledoc tag.
|
build:
lib/infrastructure/driven_adapters/http/http_client_old.ex#L207
Modules should have a @moduledoc tag.
|
build
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
|
build
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
|