Update cloak_ecto 1.2.0 → 1.3.0 (minor) #195
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run tests
use Bitwise is deprecated. import Bitwise instead
|
Run tests
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
Run tests
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
Run tests
use Bitwise is deprecated. import Bitwise instead
|
Run tests
Code.load_file/1 is deprecated. Use Code.require_file/2 or Code.compile_file/2 instead
|
Run tests
use Bitwise is deprecated. import Bitwise instead
|
Run tests
variable "client" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run tests
clauses with the same name should be grouped together, "defp broadcast_change/2" was previously defined (lib/ex_fleet_yards/repo/account/user/u2f_token.ex:122)
|
Run tests
clauses with the same name should be grouped together, "defp broadcast_change/3" was previously defined (lib/ex_fleet_yards/repo/account/user/u2f_token.ex:128)
|
Run tests
module attribute @common_args in code block has no effect as it is never returned (remove the attribute or assign it to _ to avoid warnings)
|
Loading