credo #95
Annotations
2 errors and 6 warnings
test:
test/basket_web/live/overview_test.exs#L24
** (CompileError) test/basket_web/live/overview_test.exs:24: Basket.Users.User.__struct__/1 is undefined, cannot expand struct Basket.Users.User. Make sure the struct name is correct. If the struct name exists and is correct but it still cannot be found, you likely have cyclic module usage in your code
|
test
Process completed with exit code 1.
|
test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test
:net_kernel.get_state/0 is undefined or private
|
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
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
|
test
:sys.get_debug/3 is deprecated. Incorrectly documented and only for internal use. can often be replaced with sys:get_log/1
|