Elixir Phoenix package CI #144
ci.yml
on: schedule
lint_git
lint_format
12s
lint_credo
57s
lint_compile
58s
lint_dialyzer
2m 48s
Matrix: test
Annotations
14 warnings
|
test (1.11.x, 24.x, ~> 1.6.0):
test/support/index.html.eex#L30
this clause for index.html/1 cannot match because a previous clause at line 30 always matches
|
|
test (1.11.x, 24.x, ~> 1.6.0)
a term is constructed, but never used
|
|
test (1.11.x, 24.x, ~> 1.6.0)
Logger.Formatter.new/1 is undefined or private
|
|
test (1.12.x, 24.x, ~> 1.6.0):
test/support/index.html.eex#L30
this clause for index.html/1 cannot match because a previous clause at line 30 always matches
|
|
test (1.12.x, 24.x, ~> 1.6.0)
EEx.tokenize/1 is undefined or private
|
|
test (1.12.x, 24.x, ~> 1.6.0)
Code.quoted_to_algebra/2 is undefined or private
|
|
test (1.12.x, 24.x, ~> 1.6.0)
Macro.Env.lookup_import/2 is undefined or private
|
|
test (1.12.x, 24.x, ~> 1.6.0)
got "@impl Mix.Tasks.Format" for function format/2 but this behaviour does not specify such callback. There are no known callbacks, please specify the proper @behaviour and make sure it defines callbacks
|
|
test (1.12.x, 24.x, ~> 1.6.0)
got "@impl Mix.Tasks.Format" for function features/1 but this behaviour does not specify such callback. There are no known callbacks, please specify the proper @behaviour and make sure it defines callbacks
|
|
test (1.12.x, 24.x, ~> 1.6.0)
module Mix.Tasks.Format is not a behaviour (in module Phoenix.LiveView.HTMLFormatter)
|
|
test (1.12.x, 24.x, ~> 1.6.0)
Logger.Formatter.new/1 is undefined or private
|
|
test (1.13.x, 24.x, ~> 1.6.0)
EEx.tokenize/1 is undefined or private
|
|
test (1.13.x, 24.x, ~> 1.6.0)
Logger.Formatter.new/1 is undefined or private
|
|
test (1.14.x, 25.x, ~> 1.6.0)
Logger.Formatter.new/1 is undefined or private
|