fix: ci #148
elixir.yml
on: pull_request
Build and test
4m 57s
deploy
0s
Annotations
1 error and 11 warnings
Build and test
Process completed with exit code 1.
|
Build and test:
config/test.exs#L1
use Mix.Config is deprecated. Use the Config module instead
|
Build and test
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
Build and test
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
|
Build and test
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
|
Build and test
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
|
Build and test
MIME.valid?/1 is deprecated. Use MIME.extensions(type) != [] instead
|
Build and test
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
Build and test
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
|
Build and test
MIME.valid?/1 is deprecated. Use MIME.extensions(type) != [] instead
|
Build and test
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
|
Build and test
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
|