This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
Tailscale fix #1136
Annotations
12 warnings
Build and test (1.15, 25)
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/.
|
Build and test (1.15, 25):
deps/poison/mix.exs#L4
String.strip/1 is deprecated. Use String.trim/1 instead
|
Build and test (1.15, 25)
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
|
Build and test (1.15, 25)
use Bitwise is deprecated. import Bitwise instead
|
Build and test (1.15, 25)
use Bitwise is deprecated. import Bitwise instead
|
Build and test (1.15, 25)
Integer.to_char_list/2 is deprecated. Use Integer.to_charlist/2 instead
|
Build and test (1.15, 25)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
Build and test (1.15, 25)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
Build and test (1.15, 25)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
Build and test (1.15, 25)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
Build and test (1.15, 25)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
Build and test (1.15, 25):
test/starknet_explorer_web/controllers/error_html_test.exs#L5
unused import Phoenix.Template
|