chore: release version v2.1.0 #613
elixir.yml
on: push
ash-ci
/
mix deps.get
18s
ash-ci
/
mix hex.audit
16s
ash-ci
/
MIX_ENV=dev mix.compile
19s
ash-ci
/
mix format --check-formatted
20s
ash-ci
/
mix spark.formatter --check
6s
ash-ci
/
mix spark.cheat_sheets --check
22s
ash-ci
/
mix sobelow
33s
ash-ci
/
mix credo --strict
6s
ash-ci
/
mix deps.unlock --check-unused
32s
ash-ci
/
mix test
1m 5s
ash-ci
/
mix dialyzer
2m 15s
ash-ci
/
Release
0s
Annotations
2 errors and 62 warnings
ash-ci / mix format --check-formatted
Process completed with exit code 1.
|
ash-ci / mix dialyzer
Process completed with exit code 2.
|
ash-ci / mix deps.get
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ash-ci / mix hex.audit
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ash-ci / MIX_ENV=dev mix.compile
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
ash-ci / MIX_ENV=dev mix.compile
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
|
ash-ci / MIX_ENV=dev mix.compile
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
|
ash-ci / MIX_ENV=dev mix.compile
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
ash-ci / MIX_ENV=dev mix.compile
use Bitwise is deprecated. import Bitwise instead
|
ash-ci / MIX_ENV=dev mix.compile
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
|
ash-ci / MIX_ENV=dev mix.compile
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ash-ci / MIX_ENV=test mix.compile
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
ash-ci / MIX_ENV=test mix.compile
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
|
ash-ci / MIX_ENV=test mix.compile
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
|
ash-ci / MIX_ENV=test mix.compile
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
ash-ci / MIX_ENV=test mix.compile
use Bitwise is deprecated. import Bitwise instead
|
ash-ci / MIX_ENV=test mix.compile
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
|
ash-ci / MIX_ENV=test mix.compile
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ash-ci / mix spark.formatter --check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ash-ci / mix credo --strict
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ash-ci / mix format --check-formatted
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
ash-ci / mix format --check-formatted
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
|
ash-ci / mix format --check-formatted
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
|
ash-ci / mix format --check-formatted
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
ash-ci / mix format --check-formatted
use Bitwise is deprecated. import Bitwise instead
|
ash-ci / mix format --check-formatted
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
|
ash-ci / mix format --check-formatted
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ash-ci / mix spark.cheat_sheets --check
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
ash-ci / mix spark.cheat_sheets --check
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
|
ash-ci / mix spark.cheat_sheets --check
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
|
ash-ci / mix spark.cheat_sheets --check
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
ash-ci / mix spark.cheat_sheets --check
use Bitwise is deprecated. import Bitwise instead
|
ash-ci / mix spark.cheat_sheets --check
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
|
ash-ci / mix spark.cheat_sheets --check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ash-ci / mix deps.unlock --check-unused
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
ash-ci / mix deps.unlock --check-unused
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
|
ash-ci / mix deps.unlock --check-unused
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
|
ash-ci / mix deps.unlock --check-unused
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
ash-ci / mix deps.unlock --check-unused
use Bitwise is deprecated. import Bitwise instead
|
ash-ci / mix deps.unlock --check-unused
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
|
ash-ci / mix deps.unlock --check-unused
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ash-ci / mix sobelow
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
ash-ci / mix sobelow
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
|
ash-ci / mix sobelow
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
|
ash-ci / mix sobelow
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
ash-ci / mix sobelow
use Bitwise is deprecated. import Bitwise instead
|
ash-ci / mix sobelow
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
|
ash-ci / mix sobelow
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ash-ci / mix test
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
ash-ci / mix test
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
|
ash-ci / mix test
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
|
ash-ci / mix test
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
ash-ci / mix test
use Bitwise is deprecated. import Bitwise instead
|
ash-ci / mix test
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
|
ash-ci / mix test
Got a non-literal value for options to a `use Spark.DSL`. This is not supported and the options are being ignored.
|
ash-ci / mix test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ash-ci / mix dialyzer
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
ash-ci / mix dialyzer
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
|
ash-ci / mix dialyzer
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
|
ash-ci / mix dialyzer
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
ash-ci / mix dialyzer
use Bitwise is deprecated. import Bitwise instead
|
ash-ci / mix dialyzer
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
|
guard_fail:
lib/spark/elixir_sense/plugin.ex#L40
The guard clause can never succeed.
|
ash-ci / mix dialyzer
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|