IWF-158: Updating iwf-idl submodule; pinning openapi generator #61
reviewdog [golangci] report
reported by reviewdog 🐶
Findings (5)
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_test.go|36 col 6| other declaration of TestProceedOnStateStartFailWorkflow (typecheck)
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
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 36 in integ/abnormal_exit_test.go
github-actions / golangci
[golangci] integ/abnormal_exit_test.go#L36
other declaration of TestProceedOnStateStartFailWorkflow (typecheck)
Raw output
integ/abnormal_exit_test.go:36:6: other declaration of TestProceedOnStateStartFailWorkflow (typecheck)
func TestProceedOnStateStartFailWorkflow(t *testing.T) {
^
Check failure on line 17 in integ/abnormal_exit_workflow_state1.go
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
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
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),
^