Modernize deps (elixir to 1.12, credo & dialyzer, excheck -> propcheck); fix runners #7
Annotations
14 warnings
Build and test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, erlef/setup-beam@61e01a43a562a89bfc54c7f9a378ff67b03e4a21, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build and test:
config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
|
Build and test:
config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
|
Build and test:
config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
|
Build and test:
config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
|
Build and test
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
|
Build and test
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
|
Build and test
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
|
Build and test
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
|
Build and test
use Bitwise is deprecated. import Bitwise instead
|
Build and test
unused alias Issue
|
Build and test
Regex.regex?/1 is deprecated. Use Kernel.is_struct/2 or pattern match on %Regex{} instead
|
Build and test
Code.ensure_compiled?/1 is deprecated. Use Code.ensure_compiled/1 instead (see the proper disclaimers in its docs)
|
Build and test
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|