We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c7360 commit 9dc78e3Copy full SHA for 9dc78e3
internal/pipe/pipeline.go
@@ -21,7 +21,7 @@ type Env struct {
21
// request that the iteration be ended early (possibly without reading
22
// all of its input). This "error" is considered a successful return,
23
// and is not reported to the caller.
24
-//nolint:revive
+//nolint:errname
25
var FinishEarly = errors.New("finish stage early")
26
27
// Pipeline represents a Unix-like pipe that can include multiple
0 commit comments