Skip to content

Add used SDP examples #8

Add used SDP examples

Add used SDP examples #8

Triggered via push September 27, 2023 06:21
Status Failure
Total duration 1m 3s
Artifacts

ci.yml

on: push
Matrix: lint
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 9 warnings
Lint (OTP 26 / Elixir 1.15)
Process completed with exit code 16.
Test (OTP 26 / Elixir 1.15)
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
Test (OTP 26 / Elixir 1.15)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Test (OTP 26 / Elixir 1.15)
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
Test (OTP 26 / Elixir 1.15)
use Bitwise is deprecated. import Bitwise instead
Lint (OTP 26 / Elixir 1.15)
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
Lint (OTP 26 / Elixir 1.15)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Lint (OTP 26 / Elixir 1.15)
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
Lint (OTP 26 / Elixir 1.15)
use Bitwise is deprecated. import Bitwise instead
Lint (OTP 26 / Elixir 1.15): lib/ex_webrtc/peer_connection.ex#L207
There should be no calls to IO.inspect/1.