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 … #8
elixir-quality-checks.yml
on: push
Matrix: Formatting, Credo, and Unused Deps
Annotations
10 warnings
Formatting, Credo, and Unused Deps (26.0.2, 1.15.5)
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
|
Formatting, Credo, and Unused Deps (26.0.2, 1.15.5)
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
|
Formatting, Credo, and Unused Deps (26.0.2, 1.15.5)
<|> is deprecated. Use another pipe-like operator
|
Formatting, Credo, and Unused Deps (26.0.2, 1.15.5)
<|> is deprecated. Use another pipe-like operator
|
Formatting, Credo, and Unused Deps (26.0.2, 1.15.5)
<|> is deprecated. Use another pipe-like operator
|
Formatting, Credo, and Unused Deps (26.0.2, 1.15.5)
<|> is deprecated. Use another pipe-like operator
|
Formatting, Credo, and Unused Deps (26.0.2, 1.15.5)
<|> is deprecated. Use another pipe-like operator
|
Formatting, Credo, and Unused Deps (26.0.2, 1.15.5)
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
|
Formatting, Credo, and Unused Deps (26.0.2, 1.15.5)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
Formatting, Credo, and Unused Deps (26.0.2, 1.15.5)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|