Skip to content

Commit 3782d3a

Browse files
committed
Add nolint:unused
Signed-off-by: Ricardo Zanini <[email protected]>
1 parent 6bc39eb commit 3782d3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

impl/runner_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,14 @@ func newTaskSupport(opts ...taskSupportOpts) TaskSupport {
4949
return ts
5050
}
5151

52+
//nolint:unused
5253
func withWorkflow(wf *model.Workflow) taskSupportOpts {
5354
return func(ts *workflowRunnerImpl) {
5455
ts.Workflow = wf
5556
}
5657
}
5758

59+
//nolint:unused
5860
func withContext(ctx context.Context) taskSupportOpts {
5961
return func(ts *workflowRunnerImpl) {
6062
ts.Context = ctx

0 commit comments

Comments
 (0)