From 7d9d3351ab165b3d9f6af767a707c33fbca5eb70 Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Sun, 25 Sep 2022 10:32:07 -0400 Subject: Fixing deprecation annotation syntax Signed-off-by: Dave Henderson --- context_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'context_test.go') diff --git a/context_test.go b/context_test.go index 2b95ebb8..72367124 100644 --- a/context_test.go +++ b/context_test.go @@ -34,6 +34,7 @@ func TestCreateContext(t *testing.T) { barURL := "env:///bar?type=application/yaml" uf, _ := url.Parse(fooURL) ub, _ := url.Parse(barURL) + //nolint:staticcheck d := &data.Data{ Sources: map[string]*data.Source{ "foo": {URL: uf}, -- cgit v1.2.3