[Wait] Implemented the core of executing Wait with WaitStageOptions #3835
GitHub Actions / golangci
failed
Dec 26, 2024 in 1s
reviewdog [golangci] report
reported by reviewdog 🐶
Findings (2)
pkg/app/pipedv1/plugin/wait/execute/wait.go|87 col 53| ST1003: method parameter stageId should be stageID (stylecheck)
pkg/app/pipedv1/plugin/wait/execute/wait.go|101 col 83| ST1003: method parameter stageId should be stageID (stylecheck)
Filtered Findings (0)
Annotations
Check failure on line 87 in pkg/app/pipedv1/plugin/wait/execute/wait.go
github-actions / golangci
[golangci] pkg/app/pipedv1/plugin/wait/execute/wait.go#L87
ST1003: method parameter stageId should be stageID (stylecheck)
Raw output
pkg/app/pipedv1/plugin/wait/execute/wait.go:87:53: ST1003: method parameter stageId should be stageID (stylecheck)
func (s *deploymentServiceServer) retrieveStartTime(stageId string) (t time.Time) {
^
Check failure on line 101 in pkg/app/pipedv1/plugin/wait/execute/wait.go
github-actions / golangci
[golangci] pkg/app/pipedv1/plugin/wait/execute/wait.go#L101
ST1003: method parameter stageId should be stageID (stylecheck)
Raw output
pkg/app/pipedv1/plugin/wait/execute/wait.go:101:83: ST1003: method parameter stageId should be stageID (stylecheck)
func (s *deploymentServiceServer) saveStartTime(ctx context.Context, t time.Time, stageId string) {
^
Loading