Skip to content

live view events from master branch #8

live view events from master branch

live view events from master branch #8

Triggered via pull request July 18, 2024 07:09
@phgreyphgrey
synchronize #4
feat/phx-events
Status Success
Total duration 9m 22s
Artifacts

elixir.yml

on: pull_request
Static checks (format, credo, dialyzer)
8m 50s
Static checks (format, credo, dialyzer)
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
Static checks (format, credo, dialyzer)
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
Static checks (format, credo, dialyzer)
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
Static checks (format, credo, dialyzer)
l..r inside match is deprecated, you must always match on the step: l..r//var or l..r//_ if you want to ignore it
Static checks (format, credo, dialyzer)
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
Static checks (format, credo, dialyzer)
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
Static checks (format, credo, dialyzer)
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it