ERL: Use IP address instead of IP:port pair #13711
reviewdog.yml
on: pull_request
reviewdog-errors
2m 20s
reviewdog-warnings
2m 11s
reviewdog-shellcheck
16s
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/
|