Skip to content

Chapter 19

Chapter 19 #61

Triggered via pull request January 1, 2025 23:49
Status Failure
Total duration 57s
Artifacts

credo.yml

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

Annotations

1 error and 16 warnings
security-scan (26, 1.15.2)
Process completed with exit code 12.
security-scan (26, 1.15.2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
security-scan (26, 1.15.2)
module attribute @logger was set but never used
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)
module attribute @logger was set but never used
security-scan (26, 1.15.2)
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead