Add used SDP examples #8
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.
|