Much cleanup, new actions #5
Annotations
2 errors and 13 warnings
Test on OTP 26.0 / Elixir 1.16
Process completed with exit code 1.
|
Static analysis for 26.0 / Elixir 1.16
Process completed with exit code 2.
|
Test on OTP 26.0 / Elixir 1.16
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
|
Test on OTP 26.0 / Elixir 1.16
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
|
Static analysis for 26.0 / Elixir 1.16
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Static analysis for 26.0 / Elixir 1.16
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
|
Static analysis for 26.0 / Elixir 1.16
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
|
pattern_match:
lib/tails/agents.ex#L14
The pattern can never match the type {:ok, _}, :agent_created | :agent_deleted | :agent_updated.
|
call:
lib/tails/agents.ex#L41
The function call create_agent will not succeed.
|
no_return:
lib/tails/agents.ex#L41
Function create_agent/0 has no local return.
|
pattern_match_cov:
lib/tails_web/channels/agents_channel.ex#L147
The pattern variable _agent@1 can never match the type, because it is covered by previous clauses.
|
pattern_match_cov:
lib/tails_web/channels/agents_channel.ex#L164
The pattern variable _agent@1 can never match the type, because it is covered by previous clauses.
|
pattern_match:
lib/tails_web/live/tail_live/index.ex#L241
The pattern can never match the type _, :filters | :resource_filters, _, atom(), _, :add.
|
unknown_function:
test/support/channel_case.ex#L1
Function ExUnit.Callbacks.__merge__/4 does not exist.
|
unknown_function:
test/support/channel_case.ex#L1
Function ExUnit.Callbacks.__noop__/0 does not exist.
|