add dialyzer and split formatter to one version only #155
ci.yml
on: pull_request
dialyzer
2m 28s
check_format
12s
Matrix: setup
Annotations
1 error and 6 warnings
dialyzer
Process completed with exit code 2.
|
dialyzer
Cache save failed.
|
unknown_type:
lib/uinta/formatter/util.ex#L62
Unknown type: Logger.Formatter.time/0.
|
exact_eq:
lib/uinta/plug.ex#L237
The test binary() == nil can never evaluate to 'true'.
|
pattern_match:
lib/uinta/plug.ex#L239
The pattern can never match the type true.
|
pattern_match:
lib/uinta/plug.ex#L272
The pattern can never match the type %{:operation => binary(), :type => <<_::40, _::size(24)>>, :variables => binary()}, %{
|
pattern_match_cov:
lib/uinta/plug.ex#L277
The pattern variable _ can never match the type, because it is covered by previous clauses.
|