Chapter 19 #61
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/indicator/lib/indicator/ohlc/ohlc.ex#L1
Modules should have a @moduledoc tag.
|
security-scan (26, 1.15.2):
apps/indicator/lib/indicator/ohlc/worker.ex#L1
Modules should have a @moduledoc tag.
|
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
|