feat(user-find): convert gender and dob into human readable format #1123
Annotations
2 errors and 11 warnings
Run tests:
test/epochtalk_server_web/controllers/poll_test.exs#L543
test lock/2 given thread and user who does not own the poll, does not lock poll (Test.EpochtalkServerWeb.Controllers.Poll)
|
Run tests
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]. 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
|
|
|
Loading