Update telemetry_metrics 0.6.1 → 1.1.0 (major) #197
Annotations
1 error and 11 warnings
Upload analysis results to GitHub
CodeQL Action major versions v1 and v2 have been deprecated. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
compile
use Bitwise is deprecated. import Bitwise instead
|
compile
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
compile
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
compile
use Bitwise is deprecated. import Bitwise instead
|
compile
Code.load_file/1 is deprecated. Use Code.require_file/2 or Code.compile_file/2 instead
|
compile
use Bitwise is deprecated. import Bitwise instead
|
compile
variable "client" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
compile
clauses with the same name should be grouped together, "defp broadcast_change/2" was previously defined (lib/ex_fleet_yards/repo/account/user/u2f_token.ex:122)
|
compile
clauses with the same name should be grouped together, "defp broadcast_change/3" was previously defined (lib/ex_fleet_yards/repo/account/user/u2f_token.ex:128)
|
compile
module attribute @common_args in code block has no effect as it is never returned (remove the attribute or assign it to _ to avoid warnings)
|
Loading