Skip to content

chore: split Elixir tasks #12

chore: split Elixir tasks

chore: split Elixir tasks #12

Triggered via pull request June 27, 2024 23:26
Status Success
Total duration 14m 23s
Artifacts

elixir.yml

on: pull_request
Fetch deps
13s
Fetch deps
Compile project in dev env
6m 27s
Compile project in dev env
Compile project in test env
6m 8s
Compile project in test env
Formatting checks
13s
Formatting checks
Fit to window
Zoom out
Zoom in

Annotations

26 warnings
Compile project in test 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 test 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 test 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 test env
0..-2 has a default step of -1, please write 0..-2//-1 instead
Compile project in test env
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.__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
using map.field notation (without parentheses) to invoke function SupavisorWeb.TenantView.__resource__() is deprecated, you must add parentheses instead: remote.function()
Run tests
using map.field notation (without parentheses) to invoke function SupavisorWeb.UserView.__resource__() is deprecated, you must add parentheses instead: remote.function()
Compile project in dev 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 dev 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 dev 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 dev env
0..-2 has a default step of -1, please write 0..-2//-1 instead
Compile project in dev env
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.
Code style: lib/supavisor/protocol/client.ex#L6
Modules should have a @moduledoc tag.
Code style: lib/supavisor/pg_parser.ex#L1
Modules should have a @moduledoc tag.
Code style: lib/supavisor/helpers.ex#L330
Prefer using an implicit `try` rather than explicit `try`.
Code style: lib/supavisor_web/controllers/metrics_controller.ex#L30
Do not use parentheses when defining a function which has no arguments.
Code style: lib/supavisor/monitoring/osmon.ex#L64
Do not use parentheses when defining a function which has no arguments.