Skip to content

reviewing against franton code (#19) #57

reviewing against franton code (#19)

reviewing against franton code (#19) #57

Triggered via push July 22, 2024 01:49
Status Failure
Total duration 58s
Artifacts

credo.yml

on: push
Matrix: security-scan
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
security-scan (26, 1.15.2)
Process completed with exit code 8.
security-scan (26, 1.15.2)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, erlef/setup-beam@61e01a43a562a89bfc54c7f9a378ff67b03e4a21. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
security-scan (26, 1.15.2): apps/naive/lib/naive/leader.ex#L106
Function body is nested too deep (max depth is 2, was 3).
security-scan (26, 1.15.2): apps/naive/lib/naive/leader.ex#L154
Function body is nested too deep (max depth is 2, was 3).
security-scan (26, 1.15.2): apps/data_warehouse/lib/data_warehouse/publisher.ex#L34
Function body is nested too deep (max depth is 2, was 3).
security-scan (26, 1.15.2)
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
security-scan (26, 1.15.2)
use Bitwise is deprecated. import Bitwise instead
security-scan (26, 1.15.2)
use Bitwise is deprecated. import Bitwise instead
security-scan (26, 1.15.2)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
security-scan (26, 1.15.2)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
security-scan (26, 1.15.2)
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
security-scan (26, 1.15.2)
:sys.get_debug/3 is deprecated. Incorrectly documented and only for internal use. can often be replaced with sys:get_log/1
security-scan (26, 1.15.2)
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead