fix: linting issues

This commit is contained in:
Pete Davison
2024-03-25 21:07:37 +00:00
parent 3efb437c9a
commit 54c7f35b00
3 changed files with 3 additions and 3 deletions

View File

@@ -96,7 +96,7 @@ func (r *Reader) include(node Node) error {
var g errgroup.Group
// Loop over each included taskfile
vertex.Taskfile.Includes.Range(func(namespace string, include ast.Include) error {
_ = vertex.Taskfile.Includes.Range(func(namespace string, include ast.Include) error {
// Start a goroutine to process each included Taskfile
g.Go(func() error {
cache := &templater.Cache{Vars: vertex.Taskfile.Vars}