Skip to content

feat: Add broadcast endpoint #442

feat: Add broadcast endpoint

feat: Add broadcast endpoint #442

Triggered via pull request August 19, 2023 01:27
Status Failure
Total duration 10m 19s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

staging_linter.yml

on: pull_request
Formatting Checks
10m 10s
Formatting Checks
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 24 warnings
Formatting Checks: test/realtime_web/controllers/tenant_controller_test.exs#L127
test delete tenant tenant doesn't exist (RealtimeWeb.TenantControllerTest)
Formatting Checks: test/realtime_web/controllers/tenant_controller_test.exs#L118
test delete tenant deletes chosen tenant (RealtimeWeb.TenantControllerTest)
Formatting Checks: test/realtime_web/controllers/tenant_controller_test.exs#L92
test update tenant renders tenant when data is valid (RealtimeWeb.TenantControllerTest)
Formatting Checks: test/realtime_web/controllers/tenant_controller_test.exs#L105
test update tenant renders errors when data is invalid (RealtimeWeb.TenantControllerTest)
Formatting Checks
Process completed with exit code 2.
Formatting Checks
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Formatting Checks
use Bitwise is deprecated. import Bitwise instead
Formatting Checks
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
Formatting Checks
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
Formatting Checks
unused import Bitwise
Formatting Checks
use Bitwise is deprecated. import Bitwise instead
Formatting Checks: lib/extensions/postgres/adapters/postgres/decoder/decoder.ex#L134
redefining module Realtime.Adapters.Postgres.Decoder.Messages.Relation.Column (current version loaded from _build/dev/lib/realtime/ebin/Elixir.Realtime.Adapters.Postgres.Decoder.Messages.Relation.Column.beam)
Formatting Checks
use Bitwise is deprecated. import Bitwise instead
Formatting Checks
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
Formatting Checks
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
Formatting Checks
unused import Bitwise
Formatting Checks
use Bitwise is deprecated. import Bitwise instead
Formatting Checks: lib/extensions/postgres/adapters/postgres/decoder/decoder.ex#L134
redefining module Realtime.Adapters.Postgres.Decoder.Messages.Relation.Column (current version loaded from _build/test/lib/realtime/ebin/Elixir.Realtime.Adapters.Postgres.Decoder.Messages.Relation.Column.beam)
Formatting Checks: test/realtime_web/controllers/tenant_controller_test.exs#L157
RealtimeWeb.ConnCase.tenant_fixture/0 is undefined or private
Formatting Checks: test/realtime/cluster_strategy/postgres_test.exs#L48
Nested modules could be aliased at the top of the invoking module.
Formatting Checks: test/support/conn_case.ex#L21
Modules should have a @moduledoc tag.
Formatting Checks: lib/extensions/extensions.ex#L1
Modules should have a @moduledoc tag.
Formatting Checks: lib/realtime/tenants.ex#L8
The alias `Realtime.Repo` is not alphabetically ordered among its group.
Formatting Checks: lib/realtime/api.ex#L9
The alias `Realtime.Repo` is not alphabetically ordered among its group.