Skip to content

new version 0.3.6

new version 0.3.6 #31

Triggered via push August 5, 2024 08:23
Status Success
Total duration 3m 47s
Artifacts

publish_hex.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
publish
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3.3.1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
publish
Supervisor.Spec.worker/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
publish
function postfix/0 is unused
publish
function random_string/0 is unused
publish
module attribute @impl was not set for function terminate/2 callback (specified in GenServer). This either means you forgot to add the "@impl true" annotation before the definition or that you are accidentally overriding this callback
publish
module attribute @impl was not set for function handle_info/2 callback (specified in GenServer). This either means you forgot to add the "@impl true" annotation before the definition or that you are accidentally overriding this callback
publish
module attribute @impl was not set for function handle_call/3 callback (specified in GenServer). This either means you forgot to add the "@impl true" annotation before the definition or that you are accidentally overriding this callback
publish
@compile {:parse_transform, :ms_transform} is deprecated. Elixir will no longer support Erlang-based transforms in future versions
publish
the underscored variable "__module__" is used after being set. A leading underscore indicates that the value of the variable should be ignored. If this is intended please rename the variable to remove the underscore
publish
the underscored variable "__module__" is used after being set. A leading underscore indicates that the value of the variable should be ignored. If this is intended please rename the variable to remove the underscore
publish
variable "parameter_id" is unused (if the variable is not meant to be used, prefix it with an underscore)
publish: lib/arke_postgres/application.ex#L24
variable "args" is unused (if the variable is not meant to be used, prefix it with an underscore)
publish: lib/arke_postgres.ex#L35
variable "code" is unused (if the variable is not meant to be used, prefix it with an underscore)
publish: lib/arke_postgres/application.ex#L24
variable "type" is unused (if the variable is not meant to be used, prefix it with an underscore)
publish: lib/arke_postgres.ex#L114
variable "arke" is unused (if the variable is not meant to be used, prefix it with an underscore)
publish: lib/arke_postgres.ex#L114
variable "proj" is unused (if the variable is not meant to be used, prefix it with an underscore)
publish: lib/arke_postgres.ex#L114
variable "unit" is unused (if the variable is not meant to be used, prefix it with an underscore)
publish: lib/arke_postgres.ex#L120
variable "unit" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
publish: lib/arke_postgres.ex#L126
variable "data" is unused (if the variable is not meant to be used, prefix it with an underscore)
publish: lib/arke_postgres.ex#L239
variable "unit" is unused (if the variable is not meant to be used, prefix it with an underscore)
publish: lib/arke_postgres.ex#L177
default values for the optional arguments in filter_primary_keys/2 are never used