Skip to content

fix: forgotten warning #3

fix: forgotten warning

fix: forgotten warning #3

Triggered via push March 14, 2024 03:32
Status Failure
Total duration 2m 3s
Artifacts

coverage.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
Build and test
Process completed with exit code 12.
Build and test
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/.
Build and test
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/
Build and test: lib/tr_web/user_auth.ex#L1
Modules should have a @moduledoc tag.
Build and test: lib/tr/blog/blog.ex#L1
Modules should have a @moduledoc tag.
Build and test: lib/tr/accounts/user_token.ex#L1
Modules should have a @moduledoc tag.
Build and test: lib/tr/accounts/user.ex#L1
Modules should have a @moduledoc tag.
Build and test: lib/tr_web/plug_forwarded_peer.ex#L19
Function body is nested too deep (max depth is 2, was 3).
Build and test: lib/tr_web/plug_forwarded_peer.ex#L5
Function is too complex (cyclomatic complexity is 11, max is 9).
Build and test
use Bitwise is deprecated. import Bitwise instead
Build and test
use Bitwise is deprecated. import Bitwise instead
Build and test
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Build and test
Logger.warn/1 is deprecated. Use Logger.warning/2 instead