refactor(cleanup): use BBCParser Gen Server for parsing user signatur… #1121
Annotations
1 error and 12 warnings
Run dialyzer
Process completed with exit code 2.
|
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. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run mix credo || ret=$?; if [ $ret != 2 ]; then exit $ret; fi
using map.field notation (without parentheses) to invoke function Credo.Check.Consistency.ExceptionNames.category() is deprecated, you must add parentheses instead: remote.function()
|
Run dialyzer:
lib/epochtalk_server/models/mention.ex#L168
2..-1 has a default step of -1, please write 2..-1//-1 instead
|
Run dialyzer:
lib/epochtalk_server/models/image_reference.ex#L1
invalid association `posts` in schema EpochtalkServer.Models.ImageReference: :join_through schema PostImageReference does not exist
|
Run dialyzer:
lib/epochtalk_server/models/image_reference.ex#L1
invalid association `profiles` in schema EpochtalkServer.Models.ImageReference: :join_through schema ProfileImageReference does not exist
|
Run dialyzer:
lib/epochtalk_server_web/controllers/board.ex#L107
The pattern variable _ can never match the type, because it is covered by previous clauses.
|
Run dialyzer:
lib/epochtalk_server_web/controllers/moderation_log.ex#L27
The pattern can never match the type {:auth, false}.
|
Run dialyzer:
lib/epochtalk_server_web/controllers/moderation_log.ex#L30
The pattern variable _ can never match the type, because it is covered by previous clauses.
|
Run dialyzer:
lib/epochtalk_server_web/controllers/notification.ex#L29
The pattern can never match the type {:auth, _}.
|
Run dialyzer:
lib/epochtalk_server_web/controllers/poll.ex#L196
The pattern can never match the type
|
Run dialyzer:
lib/epochtalk_server_web/controllers/poll.ex#L319
The pattern can never match the type
|
Run dialyzer:
lib/epochtalk_server_web/controllers/poll.ex#L358
The pattern can never match the type
|
Loading