Skip to content

Update Elixir to 1.19.1 #10

Update Elixir to 1.19.1

Update Elixir to 1.19.1 #10

Triggered via push October 26, 2025 14:32
Status Success
Total duration 1m 27s
Artifacts
resulting issues are still the same (optional)
1m 18s
resulting issues are still the same (optional)
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
resulting issues are still the same (optional): lib/credo/cli/options.ex#L77
Function takes too many parameters (arity is 9, max is 8).
resulting issues are still the same (optional): lib/credo/check/design/alias_usage.ex#L230
Function takes too many parameters (arity is 10, max is 8).
resulting issues are still the same (optional): lib/credo/check/refactor/long_quote_blocks.ex#L111
Function body is nested too deep (max depth is 2, was 3).
resulting issues are still the same (optional): lib/credo/test/assertions.ex#L48
`Enum.map_join/3` is more efficient than `Enum.map/2 |> Enum.join/2`.
resulting issues are still the same (optional): lib/credo/exs_loader.ex#L66
Found a TODO tag in a comment: # TODO: support regex modifiers
resulting issues are still the same (optional): lib/credo/check.ex#L539
Found a TODO tag in a comment: # TODO: list all tags
resulting issues are still the same (optional): lib/credo/check/consistency/exception_names/collector.ex#L49
Found a TODO tag in a comment: # TODO: how is this `case` necessary