fix: Invalidate Cache on delete #810
staging_linter.yml
on: pull_request
Formatting Checks
7m 25s
Annotations
24 warnings
Formatting Checks
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/support/generators.ex#L44
Nested modules could be aliased at the top of the invoking module.
|
Formatting Checks:
lib/realtime/application.ex#L77
Nested modules could be aliased at the top of the invoking module.
|
Formatting Checks:
test/realtime/repo_test.exs#L76
Nested modules could be aliased at the top of the invoking module.
|
Formatting Checks:
test/realtime/repo_test.exs#L67
Nested modules could be aliased at the top of the invoking module.
|
Formatting Checks:
test/realtime/repo_test.exs#L45
Nested modules could be aliased at the top of the invoking module.
|
Formatting Checks:
test/realtime/repo_test.exs#L24
Nested modules could be aliased at the top of the invoking module.
|
Formatting Checks:
test/realtime/helpers_test.exs#L25
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:
lib/realtime/rpc.ex#L36
Numbers larger than 9999 should be written with underscores: 15_000
|
Formatting Checks:
lib/realtime/rpc.ex#L12
Numbers larger than 9999 should be written with underscores: 15_000
|