Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

chore: add credo, dialyzer and basic GitHub Actions CI checks [Fixes #27] #4

chore: add credo, dialyzer and basic GitHub Actions CI checks [Fixes #27]

chore: add credo, dialyzer and basic GitHub Actions CI checks [Fixes #27] #4

Triggered via pull request September 20, 2023 02:59
Status Success
Total duration 8m 35s
Artifacts

elixir-dialyzer.yaml

on: pull_request
Matrix: Run Dialyzer
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Run Dialyzer (26.0.2, 1.15.5)
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
Run Dialyzer (26.0.2, 1.15.5)
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
Run Dialyzer (26.0.2, 1.15.5)
<|> is deprecated. Use another pipe-like operator
Run Dialyzer (26.0.2, 1.15.5)
<|> is deprecated. Use another pipe-like operator
Run Dialyzer (26.0.2, 1.15.5)
<|> is deprecated. Use another pipe-like operator
Run Dialyzer (26.0.2, 1.15.5)
<|> is deprecated. Use another pipe-like operator
Run Dialyzer (26.0.2, 1.15.5)
<|> is deprecated. Use another pipe-like operator
Run Dialyzer (26.0.2, 1.15.5)
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
Run Dialyzer (26.0.2, 1.15.5)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Run Dialyzer (26.0.2, 1.15.5)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead