Circuit breaking all the way #911
test.yaml
on: pull_request
Test GatewayD
45s
Test GatewayD Plugins
0s
Annotations
4 errors and 1 warning
Test GatewayD:
network/retry.go#L42
error returned from external package is unwrapped: sig: func net.Dial(network string, address string) (net.Conn, error) (wrapcheck)
|
Test GatewayD:
network/retry.go#L44
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#L105
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#L43
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|