Skip to content

Chore/dev updates (#46) #12

Chore/dev updates (#46)

Chore/dev updates (#46) #12

Triggered via push October 23, 2023 20:12
Status Success
Total duration 1m 34s
Artifacts

elixir.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Build and test
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
Build and test
use Bitwise is deprecated. import Bitwise instead
Build and test
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
Build and test
duplicate key :inside_code found in struct
Build and test
variable "matches" is unused (if the variable is not meant to be used, prefix it with an underscore)
Build and test
variable "matches" is unused (if the variable is not meant to be used, prefix it with an underscore)
Build and test
Enum.partition/2 is deprecated. Use Enum.split_with/2 instead
Build and test
trailing commas are not allowed inside function/macro call arguments
Build and test
"not expr1 in expr2" is deprecated, use "expr1 not in expr2" instead
Build and test
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
Build and test
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
Build and test
atom ::: must be written between quotes, as in :"::", to avoid ambiguity