new version 0.3.5 #30
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
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
variable "parameter_type" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
publish
variable "parameters" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
publish
variable "opts" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
publish
variable "opts" 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 "args" 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
|