From e34b2a5d28970f0fd3ae677180a1e33488245a4c Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Sun, 19 Mar 2023 21:31:54 -0400 Subject: fix new lint errors Signed-off-by: Dave Henderson --- context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'context.go') diff --git a/context.go b/context.go index 512a6460..110f2e13 100644 --- a/context.go +++ b/context.go @@ -22,7 +22,7 @@ func (c *tmplctx) Env() map[string]string { } // createTmplContext reads the datasources for the given aliases -func createTmplContext(ctx context.Context, aliases []string, +func createTmplContext(_ context.Context, aliases []string, //nolint:staticcheck d *data.Data) (interface{}, error) { var err error -- cgit v1.2.3