Merge remote-tracking branch 'origin/bbc-parser' into user-find #1119
main.yml
on: push
Annotations
1 error and 32 warnings
static_code_analysis
Process completed with exit code 2.
|
dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: styfle/[email protected], actions/[email protected], actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
dependencies
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead
|
dependencies
the Behaviour module is deprecated. Instead of using this module, use the @callback and @macrocallback module attributes. See the documentation for Module for more information on these attributes
|
dependencies
5..1 has a default step of -1, please write 5..1//-1 instead
|
dependencies
~R/.../ is deprecated, use ~r/.../ instead
|
dependencies
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
|
Run tests
The following actions use a deprecated Node.js version and will be forced to run on node20: styfle/[email protected], actions/[email protected], actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run tests
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead
|
|
Run tests
5..1 has a default step of -1, please write 5..1//-1 instead
|
Run tests
~R/.../ is deprecated, use ~r/.../ instead
|
Run tests
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
|
Run tests:
lib/epochtalk_server/models/mention.ex#L168
2..-1 has a default step of -1, please write 2..-1//-1 instead
|
Run tests:
lib/epochtalk_server/models/image_reference.ex#L1
invalid association `posts` in schema EpochtalkServer.Models.ImageReference: :join_through schema PostImageReference does not exist
|
Run tests:
lib/epochtalk_server/models/image_reference.ex#L1
invalid association `profiles` in schema EpochtalkServer.Models.ImageReference: :join_through schema ProfileImageReference does not exist
|
|
|
static_code_analysis
The following actions use a deprecated Node.js version and will be forced to run on node20: styfle/[email protected], actions/[email protected], actions/[email protected], actions/cache/restore@v3, actions/cache/save@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
static_code_analysis
using map.field notation (without parentheses) to invoke function Credo.Check.Consistency.ExceptionNames.category() is deprecated, you must add parentheses instead: remote.function()
|
static_code_analysis:
lib/epochtalk_server/models/mention.ex#L168
2..-1 has a default step of -1, please write 2..-1//-1 instead
|
static_code_analysis:
lib/epochtalk_server/models/image_reference.ex#L1
invalid association `posts` in schema EpochtalkServer.Models.ImageReference: :join_through schema PostImageReference does not exist
|
static_code_analysis:
lib/epochtalk_server/models/image_reference.ex#L1
invalid association `profiles` in schema EpochtalkServer.Models.ImageReference: :join_through schema ProfileImageReference does not exist
|
pattern_match_cov:
lib/epochtalk_server_web/controllers/board.ex#L107
The pattern variable _ can never match the type, because it is covered by previous clauses.
|
pattern_match:
lib/epochtalk_server_web/controllers/moderation_log.ex#L27
The pattern can never match the type {:auth, false}.
|
pattern_match_cov:
lib/epochtalk_server_web/controllers/moderation_log.ex#L30
The pattern variable _ can never match the type, because it is covered by previous clauses.
|
pattern_match:
lib/epochtalk_server_web/controllers/notification.ex#L29
The pattern can never match the type {:auth, _}.
|
pattern_match:
lib/epochtalk_server_web/controllers/poll.ex#L196
The pattern can never match the type
|
pattern_match:
lib/epochtalk_server_web/controllers/poll.ex#L319
The pattern can never match the type
|
pattern_match:
lib/epochtalk_server_web/controllers/poll.ex#L358
The pattern can never match the type
|
pattern_match:
lib/epochtalk_server_web/controllers/poll.ex#L361
The pattern can never match the type
|
pattern_match:
lib/epochtalk_server_web/controllers/thread.ex#L218
The pattern can never match the type {:has_threads, false}.
|
pattern_match_cov:
lib/epochtalk_server_web/controllers/thread.ex#L224
The pattern variable _ can never match the type, because it is covered by previous clauses.
|