This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
Remove Testnet #1140
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Check Elixir Formatting:
deps/poison/mix.exs#L4
String.strip/1 is deprecated. Use String.trim/1 instead
|
Check Elixir Formatting
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
|
Check Elixir Formatting
use Bitwise is deprecated. import Bitwise instead
|
Check Elixir Formatting
use Bitwise is deprecated. import Bitwise instead
|
Check Elixir Formatting
Integer.to_char_list/2 is deprecated. Use Integer.to_charlist/2 instead
|
Check Elixir Formatting
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
Check Elixir Formatting
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
Check Elixir Formatting
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
Check Elixir Formatting
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
Check Elixir Formatting
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
Run tests:
test/starknet_explorer_web/controllers/error_html_test.exs#L5
unused import Phoenix.Template
|
Loading