misc fixes #724
Annotations
9 errors and 21 warnings
test:
apps/db/test/db_schema/user_test.exs#L145
test locale get verified and set to default if invalid (DB.Schema.UserTest)
|
test:
apps/db/test/db_schema/user_test.exs#L49
test password must be between 6 and 256 characters (DB.Schema.UserTest)
|
test:
apps/db/test/db_schema/user_test.exs#L64
test email must not be a temporary email (yopmail, jetable.org...etc) (DB.Schema.UserTest)
|
test:
apps/db/test/db_schema/user_test.exs#L29
test username should be between 5 and 15 characters (DB.Schema.UserTest)
|
test:
apps/db/test/db_schema/user_test.exs#L39
test name must be between 2 and 20 characters (DB.Schema.UserTest)
|
test:
apps/cf/test/authenticator/oauth_test.exs#L32
test Facebook create account if it doesn't exist (CF.Authenticator.OAuthTest)
|
test:
apps/cf/test/accounts/accounts_test.exs#L14
test update user check user is updated (CF.AccountsTest)
|
test:
apps/cf/test/accounts/accounts_test.exs#L139
test create_account without invitation system (default) with auto-generated username only if explicitly requested (CF.AccountsTest)
|
test
Process completed with exit code 1.
|
test
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
test
:simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
|
test
Faker.Name.first_name/0 is deprecated. Use Faker.Person.first_name/0 instead.
|
test
Faker.Name.last_name/0 is deprecated. Use Faker.Person.last_name/0 instead.
|
test
variable "speaker1_statements" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
test
variable "speaker1_users" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
test
variable "speaker1_videos" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
test
variable "speaker2_statements" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
test
variable "speaker2_users" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
test
variable "speaker2_videos" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
test
doc/1 is deprecated. Use document/1 with generate/1 instead.
|
test
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
test
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
test
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
test
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
test
:ssl.cipher_suites/0 is deprecated. It will be removed in OTP 24. Use cipher_suites/2,3 instead
|
test
:ssl.ssl_accept/2 is deprecated. It will be removed in OTP 24. Use ssl_handshake/1,2,3 instead
|
test
:ssl.ssl_accept/3 is deprecated. It will be removed in OTP 24. Use ssl_handshake/1,2,3 instead
|
test
Supervisor.Spec.worker/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
|
test
Enum.partition/2 is deprecated. Use Enum.split_with/2 instead
|
test
String.to_char_list/1 is deprecated. Use String.to_charlist/1 instead
|