chore: split Elixir tasks #7
elixir.yml
on: pull_request
Annotations
2 errors and 39 warnings
Dialyze
Process completed with exit code 1.
|
Run tests
Process completed with exit code 1.
|
Fetch deps
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Compile project in test env
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Formatting checks
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Compile project in development env
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Compile project in development env
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
|
Compile project in development env
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead
|
Compile project in development env
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
|
Compile project in development env
0..-2 has a default step of -1, please write 0..-2//-1 instead
|
Compile project in development env
0..-3 has a default step of -1, please write 0..-3//-1 instead
|
Dialyze
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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
|
Dialyze
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead
|
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
|
Dialyze
0..-2 has a default step of -1, please write 0..-2//-1 instead
|
Dialyze
0..-3 has a default step of -1, please write 0..-3//-1 instead
|
Code style
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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
|
Code style
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead
|
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
|
Code style
0..-2 has a default step of -1, please write 0..-2//-1 instead
|
Code style
0..-3 has a default step of -1, please write 0..-3//-1 instead
|
Code style:
test/support/cluster.ex#L24
Numbers larger than 9999 should be written with underscores: 10_201
|
Code style:
test/support/fixtures/single_connection.ex#L1
Modules should have a @moduledoc tag.
|
Code style:
lib/supavisor/protocol/client.ex#L1
Modules should have a @moduledoc tag.
|
Code style:
lib/supavisor/tenants/cluster_tenants.ex#L1
Modules should have a @moduledoc tag.
|
Code style:
lib/supavisor/tenants/cluster.ex#L1
Modules should have a @moduledoc tag.
|
Run tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run tests
using map.field notation (without parentheses) to invoke function Supavisor.Repo.__adapter__() is deprecated, you must add parentheses instead: remote.function()
|
Run tests
using map.field notation (without parentheses) to invoke function Supavisor.Repo.config() is deprecated, you must add parentheses instead: remote.function()
|
Run tests
using map.field notation (without parentheses) to invoke function Supavisor.Repo.Migrations.CreateTenants.__migration__() is deprecated, you must add parentheses instead: remote.function()
|
Run tests
using map.field notation (without parentheses) to invoke function Supavisor.Repo.Migrations.CreateTenants.__migration__() is deprecated, you must add parentheses instead: remote.function()
|
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
|
Run tests
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead
|
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
|
Run tests
0..-2 has a default step of -1, please write 0..-2//-1 instead
|
Run tests
0..-3 has a default step of -1, please write 0..-3//-1 instead
|
Run tests
using map.field notation (without parentheses) to invoke function Supavisor.Repo.config() is deprecated, you must add parentheses instead: remote.function()
|
Run tests
using map.field notation (without parentheses) to invoke function Supavisor.Repo.Migrations.CreateTenants.__migration__() is deprecated, you must add parentheses instead: remote.function()
|
Run tests
using map.field notation (without parentheses) to invoke function Supavisor.Repo.Migrations.CreateTenants.__migration__() is deprecated, you must add parentheses instead: remote.function()
|