v2.1.0 #14
Annotations
10 warnings
publish
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
publish:
config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
|
publish:
config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
|
publish
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
publish
use Bitwise is deprecated. import Bitwise instead
|
publish
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
|
publish
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
publish:
config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
|
publish:
config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
|
publish:
config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
|