chore: split Elixir tasks #10
elixir.yml
on: pull_request
Annotations
1 error and 14 warnings
Run tests
Process completed with exit code 1.
|
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()
|
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.
|