Skip to content

Commit

Permalink
Update pkg/template/evaluation_ctx.go
Browse files Browse the repository at this point in the history
Co-authored-by: Varsha Munishwar <[email protected]>
  • Loading branch information
joaopapereira and vmunishwar authored Nov 7, 2023
1 parent 6a27cd2 commit ed90835
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/template/evaluation_ctx.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ package template
import (
"carvel.dev/ytt/pkg/template/core"

Check failure on line 7 in pkg/template/evaluation_ctx.go

View workflow job for this annotation

GitHub Actions / lint

other declaration of core

Check failure on line 7 in pkg/template/evaluation_ctx.go

View workflow job for this annotation

GitHub Actions / lint

other declaration of core

Check failure on line 7 in pkg/template/evaluation_ctx.go

View workflow job for this annotation

GitHub Actions / Test Windows

other declaration of core
"fmt"

"carvel.dev/ytt/pkg/template/core"

Check failure on line 10 in pkg/template/evaluation_ctx.go

View workflow job for this annotation

GitHub Actions / lint

core redeclared in this block

Check failure on line 10 in pkg/template/evaluation_ctx.go

View workflow job for this annotation

GitHub Actions / lint

"carvel.dev/ytt/pkg/template/core" imported and not used) (typecheck)

Check failure on line 10 in pkg/template/evaluation_ctx.go

View workflow job for this annotation

GitHub Actions / lint

core redeclared in this block

Check failure on line 10 in pkg/template/evaluation_ctx.go

View workflow job for this annotation

GitHub Actions / lint

"carvel.dev/ytt/pkg/template/core" imported and not used) (typecheck)

Check failure on line 10 in pkg/template/evaluation_ctx.go

View workflow job for this annotation

GitHub Actions / lint

core redeclared in this block

Check failure on line 10 in pkg/template/evaluation_ctx.go

View workflow job for this annotation

GitHub Actions / Test Windows

core redeclared in this block

Check failure on line 10 in pkg/template/evaluation_ctx.go

View workflow job for this annotation

GitHub Actions / Test Windows

"carvel.dev/ytt/pkg/template/core" imported and not used
"github.com/k14s/starlark-go/starlark"
// Should not import template specific packages here (like yamlmeta)
)
Expand Down

0 comments on commit ed90835

Please sign in to comment.