Circuit breaking all the way #910
test.yaml
on: pull_request
Test GatewayD
43s
Test GatewayD Plugins
0s
Annotations
4 errors and 1 warning
Test GatewayD:
network/retry.go#L43
error returned from external package is unwrapped: sig: func net.Dial(network string, address string) (net.Conn, error) (wrapcheck)
|
Test GatewayD:
network/retry.go#L45
error returned from external package is unwrapped: sig: func net.DialTimeout(network string, address string, timeout time.Duration) (net.Conn, error) (wrapcheck)
|
Test GatewayD:
network/retry.go#L106
error returned from external package is unwrapped: sig: func net.Dial(network string, address string) (net.Conn, error) (wrapcheck)
|
Test GatewayD
issues found
|
Test GatewayD:
network/retry.go#L44
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|