Skip to content

GetDeploymentReachability API #10687

GetDeploymentReachability API

GetDeploymentReachability API #10687

Triggered via pull request November 23, 2024 02:21
Status Failure
Total duration 4m 19s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
lint: service/worker/deployment/deployment_reachability_test.go#L104
use of `time.Sleep` forbidden because "Please use require.Eventually or assert.Eventually instead unless you've no other option" (forbidigo)
lint: service/worker/deployment/deployment_reachability_test.go#L141
use of `time.Sleep` forbidden because "Please use require.Eventually or assert.Eventually instead unless you've no other option" (forbidigo)
lint: service/worker/deployment/deployment_reachability.go#L51
import-shadowing: The name 'cache' shadows an import name (revive)
lint: service/worker/deployment/deployment_reachability.go#L35
import-alias-naming: import name (visibility_manager) must match the regular expression: ^[a-z][a-z0-9]{0,}$ (revive)
lint: service/worker/deployment/deployment_client.go#L272
SA4006: this value of `err` is never used (staticcheck)
lint
Process completed with exit code 2.