Skip to content

Add MnesiaAdapter module for simplified Mnesia database operations #280

Add MnesiaAdapter module for simplified Mnesia database operations

Add MnesiaAdapter module for simplified Mnesia database operations #280

Triggered via push July 4, 2024 20:40
Status Success
Total duration 4m 21s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

38 warnings
build
The following actions uses Node.js version which is deprecated 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
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
build
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
build
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
build
use Bitwise is deprecated. import Bitwise instead
build
use Bitwise is deprecated. import Bitwise instead
build
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
build
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
build
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
build
Code.ensure_compiled?/1 is deprecated. Use Code.ensure_compiled/1 instead (see the proper disclaimers in its docs)
build
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
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/application.ex#L1
Modules should have a @moduledoc tag.
build: lib/domain/use_cases/partial_result_use_case.ex#L33
Function is too complex (cyclomatic complexity is 11, max is 9).
build: lib/domain/use_cases/execution_use_case.ex#L38
There should be no calls to IO.inspect/1.
build: lib/infrastructure/driven_adapters/http/http_client.ex#L184
There should be no calls to IO.inspect/1.
build
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
build
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
build
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
build
use Bitwise is deprecated. import Bitwise instead
build
use Bitwise is deprecated. import Bitwise instead
build
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
build
Code.ensure_compiled?/1 is deprecated. Use Code.ensure_compiled/1 instead (see the proper disclaimers in its docs)
build
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
build
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
build
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
build
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
build
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
build
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
build
use Bitwise is deprecated. import Bitwise instead
build
use Bitwise is deprecated. import Bitwise instead
build
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
build
Code.ensure_compiled?/1 is deprecated. Use Code.ensure_compiled/1 instead (see the proper disclaimers in its docs)
build
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
build
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
build
Logger.warn/1 is deprecated. Use Logger.warning/2 instead