followup changes from #685 #1185
Annotations
2 errors and 2 warnings
Go Lint:
pkg/reconciler/ingress/ingress.go#L161
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
Go Lint
issues found
|
Set up Go
Restore cache failed: Dependencies file is not found in /home/runner/work/net-gateway-api/net-gateway-api. Supported file pattern: go.sum
|
Go Lint:
pkg/reconciler/ingress/ingress.go#L165
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
|
Loading