Skip to content

ERL: Use IP address instead of IP:port pair #13711

ERL: Use IP address instead of IP:port pair

ERL: Use IP address instead of IP:port pair #13711

Triggered via pull request November 20, 2024 13:19
Status Failure
Total duration 2m 30s
Artifacts

reviewdog.yml

on: pull_request
reviewdog-errors
2m 20s
reviewdog-errors
reviewdog-warnings
2m 11s
reviewdog-warnings
reviewdog-shellcheck
16s
reviewdog-shellcheck
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
reviewdog-errors: util/rateLimit_test.go#L56
[Lint Errors] reported by reviewdog 🐶 SA6001: m[string(key)] would be more efficient than k := string(key); m[k] (staticcheck) Raw Output: util/rateLimit_test.go:56:16: SA6001: m[string(key)] would be more efficient than k := string(key); m[k] (staticcheck) clientAddr := string(client.RoutingAddr()) ^
reviewdog-errors: util/rateLimit_test.go#L140
[Lint Errors] reported by reviewdog 🐶 SA6001: m[string(key)] would be more efficient than k := string(key); m[k] (staticcheck) Raw Output: util/rateLimit_test.go:140:16: SA6001: m[string(key)] would be more efficient than k := string(key); m[k] (staticcheck) clientAddr := string(client.RoutingAddr()) ^
reviewdog-errors
reviewdog exited with status code: 1
reviewdog-warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/