Update telemetry_metrics 0.6.1 → 1.1.0 (major) #197
main.yml
on: pull_request
Matrix: elixir-build / elixir-build
Matrix: elixir-release / elixir-build
credo
/
credo
4m 28s
deploy-to-stage
/
deploy
publish-docs
/
publish-docs
Annotations
23 errors and 13 warnings
elixir-release / Build and test (OTP: 24.0, elixir: 1.14.2)
Requested Erlang/OTP version (24.0) not found in version list (should you be using option 'version-type': 'strict'?)
|
elixir-release / Build and test (OTP: 24.0, elixir: 1.14.0)
The job was canceled because "_24_0_1_14_2" failed.
|
elixir-release / Build and test (OTP: 24.0, elixir: 1.14.0)
Requested Erlang/OTP version (24.0) not found in version list (should you be using option 'version-type': 'strict'?)
|
elixir-release / Build and test (OTP: 24.3, elixir: 1.14.0)
The job was canceled because "_24_0_1_14_2" failed.
|
elixir-release / Build and test (OTP: 24.3, elixir: 1.14.0)
The operation was canceled.
|
elixir-release / Build and test (OTP: 24.3, elixir: 1.14.2)
The job was canceled because "_24_0_1_14_2" failed.
|
elixir-release / Build and test (OTP: 24.3, elixir: 1.14.2)
The operation was canceled.
|
elixir-release / Build and test (OTP: 25.1, elixir: 1.14.0)
The job was canceled because "_24_0_1_14_2" failed.
|
elixir-release / Build and test (OTP: 25.1, elixir: 1.14.0)
A task was canceled.
|
elixir-release / Build and test (OTP: 25.1, elixir: 1.14.2)
The job was canceled because "_24_0_1_14_2" failed.
|
elixir-release / Build and test (OTP: 25.1, elixir: 1.14.2)
The operation was canceled.
|
elixir-build / Build and test (OTP: 24.0, elixir: 1.14.0)
Requested Erlang/OTP version (24.0) not found in version list (should you be using option 'version-type': 'strict'?)
|
elixir-build / Build and test (OTP: 24.0, elixir: 1.14.2)
The job was canceled because "_24_0_1_14_0" failed.
|
elixir-build / Build and test (OTP: 24.0, elixir: 1.14.2)
Requested Erlang/OTP version (24.0) not found in version list (should you be using option 'version-type': 'strict'?)
|
elixir-build / Build and test (OTP: 24.3, elixir: 1.14.0)
The job was canceled because "_24_0_1_14_0" failed.
|
elixir-build / Build and test (OTP: 24.3, elixir: 1.14.0)
The operation was canceled.
|
elixir-build / Build and test (OTP: 25.1, elixir: 1.14.2)
The job was canceled because "_24_0_1_14_0" failed.
|
elixir-build / Build and test (OTP: 25.1, elixir: 1.14.2)
The operation was canceled.
|
elixir-build / Build and test (OTP: 25.1, elixir: 1.14.0)
The job was canceled because "_24_0_1_14_0" failed.
|
elixir-build / Build and test (OTP: 25.1, elixir: 1.14.0)
The operation was canceled.
|
elixir-build / Build and test (OTP: 24.3, elixir: 1.14.2)
The job was canceled because "_24_0_1_14_0" failed.
|
elixir-build / Build and test (OTP: 24.3, elixir: 1.14.2)
The operation was canceled.
|
credo / credo
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/
|
elixir-release / Build and test (OTP: 24.0, elixir: 1.14.2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
elixir-build / Build and test (OTP: 24.0, elixir: 1.14.0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
credo / credo
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
credo / credo
use Bitwise is deprecated. import Bitwise instead
|
credo / credo
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
credo / credo
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
credo / credo
use Bitwise is deprecated. import Bitwise instead
|
credo / credo
Code.load_file/1 is deprecated. Use Code.require_file/2 or Code.compile_file/2 instead
|
credo / credo
use Bitwise is deprecated. import Bitwise instead
|
credo / credo
variable "client" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
credo / credo
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)
|
credo / credo
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)
|
credo / credo
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)
|