chore: disable dialyzer for now #7
Annotations
10 errors and 6 warnings
Run tests:
test/tr_web/controllers/user_session_controller_test.exs#L72
test POST /users/log_in login following password update (TrWeb.UserSessionControllerTest)
|
Run tests:
test/tr_web/controllers/user_session_controller_test.exs#L28
test POST /users/log_in logs the user in with remember me (TrWeb.UserSessionControllerTest)
|
Run tests:
test/tr_web/controllers/user_session_controller_test.exs#L57
test POST /users/log_in login following registration (TrWeb.UserSessionControllerTest)
|
Run tests:
test/tr_web/controllers/user_session_controller_test.exs#L11
test POST /users/log_in logs the user in (TrWeb.UserSessionControllerTest)
|
Run tests:
test/tr_web/controllers/user_session_controller_test.exs#L42
test POST /users/log_in logs the user in with return to (TrWeb.UserSessionControllerTest)
|
Run tests:
test/tr_web/live/user_registration_live_test.exs#L40
test register user creates account and logs the user in (TrWeb.UserRegistrationLiveTest)
|
Run tests:
test/tr_web/live/user_login_live_test.exs#L28
test user login redirects if user login with valid credentials (TrWeb.UserLoginLiveTest)
|
Run tests:
test/tr_web/live/user_settings_live_test.exs#L92
test update password form updates the user password (TrWeb.UserSettingsLiveTest)
|
Run tests:
test/tr/accounts_test.exs#L30
test get_user_by_email_and_password/2 returns the user if the email and password are valid (Tr.AccountsTest)
|
Run tests:
test/tr/accounts_test.exs#L25
test get_user_by_email_and_password/2 does not return the user if the password is not valid (Tr.AccountsTest)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Compilation
use Bitwise is deprecated. import Bitwise instead
|
Compilation
use Bitwise is deprecated. import Bitwise instead
|
Compilation
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
Compilation
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
Loading