chore: update Erlang to 27 and Elixir to 1.18 #590
elixir.yml
on: pull_request
Fetch deps
16s
Formatting checks
10s
Code style
1m 26s
Run tests
5m 24s
Run integration tests
6m 12s
Dialyze
7m 42s
Annotations
1 error and 14 warnings
Run tests
Process completed with exit code 1.
|
Code style:
test/support/e2e_case.ex#L23
Nested modules could be aliased at the top of the invoking module.
|
Code style:
test/supavisor/monitoring/prom_ex_test.exs#L112
Nested modules could be aliased at the top of the invoking module.
|
Code style:
test/supavisor/monitoring/prom_ex_test.exs#L87
Nested modules could be aliased at the top of the invoking module.
|
Code style:
test/supavisor/monitoring/prom_ex_test.exs#L59
Nested modules could be aliased at the top of the invoking module.
|
Code style:
test/support/e2e_case.ex#L1
Modules should have a @moduledoc tag.
|
Code style:
test/support/downloader.ex#L1
Modules should have a @moduledoc tag.
|
Code style:
lib/supavisor/protocol/server.ex#L477
Do not use parentheses when defining a function which has no arguments.
|
Code style:
lib/supavisor/db_handler.ex#L316
Avoid negated conditions in if-else blocks.
|
Code style:
lib/supavisor/db_handler.ex#L302
Avoid negated conditions in if-else blocks.
|
Code style:
lib/supavisor/client_handler.ex#L582
Avoid negated conditions in if-else blocks.
|
Code style
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
|
Run tests
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
|
Dialyze
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
|
Run integration tests
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
|