Skip to content

Commit

Permalink
Remove unused nolint directive
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredoconnell committed Sep 11, 2024
1 parent 9f7fa58 commit 2341d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ func (e *executor) loadSchema(stepKind step.Provider, stepID string, stepDataMap
return runnableStep, nil
}

func (e *executor) prepareDependencies( //nolint:gocognit,gocyclo
func (e *executor) prepareDependencies(
workflowContext map[string][]byte,
stepData any,
currentNode dgraph.Node[*DAGItem],
Expand Down

0 comments on commit 2341d0e

Please sign in to comment.