Skip to content

Remove --halt-exit-status option when running dialyzer on CI (#804) #834

Remove --halt-exit-status option when running dialyzer on CI (#804)

Remove --halt-exit-status option when running dialyzer on CI (#804) #834

Triggered via push October 3, 2024 06:19
Status Success
Total duration 1m 5s
Artifacts

main.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
Test (Elixir 1.17, OTP 27.0)
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead
Test (Elixir 1.17, OTP 27.0)
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it