Skip to content

Commit 3753ec6

Browse files
committed
Restore the nolint rule
1 parent 12fa318 commit 3753ec6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/executor/ramping_vus.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ func (rs *rampingVUsRunState) runLoopsIfPossible(ctx context.Context, cancel fun
618618
rs.vuHandles[i] = newStoppedVUHandle(
619619
ctx, getVU, returnVU, rs.executor.nextIterationCounters,
620620
&rs.executor.config.BaseConfig, rs.executor.logger.WithField("vuNum", i))
621-
go rs.vuHandles[i].runLoopsIfPossible(rs.runIteration)
621+
go rs.vuHandles[i].runLoopsIfPossible(rs.runIteration) //nolint:contextcheck
622622
}
623623
}
624624

0 commit comments

Comments
 (0)