Skip to content

fix: Refactor Replication Poller to improve readability #513

fix: Refactor Replication Poller to improve readability

fix: Refactor Replication Poller to improve readability #513

Re-run triggered September 22, 2023 09:41
Status Success
Total duration 10m 12s
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 2s
Formatting Checks
Fit to window
Zoom out
Zoom in

Annotations

24 warnings
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/cluster_strategy/postgres_test.exs#L27
variable "channel_name" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
Formatting Checks: lib/realtime/application.ex#L69
Nested modules could be aliased at the top of the invoking module.
Formatting Checks: test/realtime/cluster_strategy/postgres_test.exs#L9
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_web/channels/user_socket.ex#L6
The alias `Realtime` is not alphabetically ordered among its group.