diff options
Diffstat (limited to 'pkg/model/planner.go')
-rw-r--r-- | pkg/model/planner.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/model/planner.go b/pkg/model/planner.go index 2d68145..ce0e2bb 100644 --- a/pkg/model/planner.go +++ b/pkg/model/planner.go @@ -56,8 +56,6 @@ type WorkflowFiles struct { } // NewWorkflowPlanner will load a specific workflow, all workflows from a directory or all workflows from a directory and its subdirectories -// -//nolint:gocyclo func NewWorkflowPlanner(path string, noWorkflowRecurse bool) (WorkflowPlanner, error) { path, err := filepath.Abs(path) if err != nil { |