From 7d6aabe50e490db586a9f6c47d21956a1d24d63f Mon Sep 17 00:00:00 2001 From: Matt Stratton Date: Mon, 16 Oct 2017 13:49:00 -0500 Subject: [PATCH] Remove cyclo test for Pipe Run function for now TODO: factor all the name stuff into a function like the others, so maybe setNameDefaults(ctx), etc. Signed-off-by: Matt Stratton --- pipeline/defaults/defaults.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/defaults/defaults.go b/pipeline/defaults/defaults.go index 44477377b..065295596 100644 --- a/pipeline/defaults/defaults.go +++ b/pipeline/defaults/defaults.go @@ -32,7 +32,7 @@ func (Pipe) Description() string { } // Run the pipe -func (Pipe) Run(ctx *context.Context) error { +func (Pipe) Run(ctx *context.Context) error { // nolint: gocyclo ctx.Config.Dist = "dist" if ctx.Config.Release.NameTemplate == "" { ctx.Config.Release.NameTemplate = ReleaseNameTemplate