Skip to content

update server log example to mention bandit instead #4756

update server log example to mention bandit instead

update server log example to mention bandit instead #4756

Triggered via push October 13, 2024 16:35
Status Success
Total duration 5m 55s
Artifacts

ci.yml

on: push
Matrix: integration-test-elixir
Matrix: mix_test
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
mix test (OTP 25.3.2.9 | Elixir 1.14.5)
use Bitwise is deprecated. import Bitwise instead
mix test (OTP 25.3.2.9 | Elixir 1.14.5)
use Bitwise is deprecated. import Bitwise instead
mix test (OTP 25.3.2.9 | Elixir 1.14.5)
use Bitwise is deprecated. import Bitwise instead
mix test (OTP 25.3.2.9 | Elixir 1.14.5)
use Bitwise is deprecated. import Bitwise instead
mix test (OTP 27 | Elixir 1.17.2)
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
mix test (OTP 27 | Elixir 1.17.2)
4..1 has a default step of -1, please write 4..1//-1 instead