Skip to content

IWF-158: Updating iwf-idl submodule; pinning openapi generator #41

IWF-158: Updating iwf-idl submodule; pinning openapi generator

IWF-158: Updating iwf-idl submodule; pinning openapi generator #41

GitHub Actions / golangci failed Sep 30, 2024 in 1s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (4)

integ/abnormal_exit_workflow.go|3 col 8| could not import github.com/indeedeng/iwf-golang-sdk/iwf (-: # github.com/indeedeng/iwf-golang-sdk/iwf
integ/abnormal_exit_workflow_state1.go|17 col 27| undefined: iwfidl (typecheck)
integ/abnormal_exit_workflow_state1.go|18 col 28| undefined: iwfidl (typecheck)
integ/abnormal_exit_workflow_state1.go|19 col 28| undefined: iwfidl (typecheck)

Filtered Findings (0)

Annotations

Check failure on line 3 in integ/abnormal_exit_workflow.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] integ/abnormal_exit_workflow.go#L3

could not import github.com/indeedeng/iwf-golang-sdk/iwf (-: # github.com/indeedeng/iwf-golang-sdk/iwf
Raw output
integ/abnormal_exit_workflow.go:3:8: could not import github.com/indeedeng/iwf-golang-sdk/iwf (-: # github.com/indeedeng/iwf-golang-sdk/iwf

Check failure on line 17 in integ/abnormal_exit_workflow_state1.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] integ/abnormal_exit_workflow_state1.go#L17

undefined: iwfidl (typecheck)
Raw output
integ/abnormal_exit_workflow_state1.go:17:27: undefined: iwfidl (typecheck)
		ExecuteApiRetryPolicy: &iwfidl.RetryPolicy{
		                        ^

Check failure on line 18 in integ/abnormal_exit_workflow_state1.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] integ/abnormal_exit_workflow_state1.go#L18

undefined: iwfidl (typecheck)
Raw output
integ/abnormal_exit_workflow_state1.go:18:28: undefined: iwfidl (typecheck)
			InitialIntervalSeconds: iwfidl.PtrInt32(1),
			                        ^

Check failure on line 19 in integ/abnormal_exit_workflow_state1.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] integ/abnormal_exit_workflow_state1.go#L19

undefined: iwfidl (typecheck)
Raw output
integ/abnormal_exit_workflow_state1.go:19:28: undefined: iwfidl (typecheck)
			MaximumAttempts:        iwfidl.PtrInt32(1),
			                        ^