PR to showcase formatter #1
Annotations
1 error and 12 warnings
dialyzer
Process completed with exit code 2.
|
dialyzer
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache/restore@v3, actions/cache/save@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
dialyzer
Cache save failed.
|
dialyzer
this check/guard will always yield the same result
|
no_return:
lib/app_one.ex#L4
Function hello/0 has no local return.
|
pattern_match:
lib/app_one.ex#L5
The pattern can never match the type :atom.
|
no_return:
lib/app_two.ex#L4
Function goodbye/1 has no local return.
|
call:
lib/app_two.ex#L5
The function call private_fn will not succeed.
|
no_return:
lib/app_two.ex#L8
Function private_fn/1 has no local return.
|
pattern_match:
lib/app_two.ex#L8
The pattern can never match the type {:error, _}.
|
pattern_match:
lib/app_two.ex#L9
The pattern can never match the type {:error, _}.
|
dialyzer
this check/guard will always yield the same result
|
dialyzer
this check/guard will always yield the same result
|