summaryrefslogtreecommitdiff
path: root/context.go
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2023-03-19 21:31:54 -0400
committerDave Henderson <dhenderson@gmail.com>2023-03-19 21:31:54 -0400
commite34b2a5d28970f0fd3ae677180a1e33488245a4c (patch)
treeef090e783ace329dac9df1d92ed237469a466e9d /context.go
parente89af5debb3a5d15a571d501bdd12b1fd8861cea (diff)
fix new lint errors
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'context.go')
-rw-r--r--context.go2
1 files changed, 1 insertions, 1 deletions
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