test data #288
Annotations
14 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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
|