From b2c80547af806e3903347adb39b3679d6c4056ff Mon Sep 17 00:00:00 2001 From: aram price Date: Mon, 4 May 2026 15:34:06 -0700 Subject: [PATCH] Lint: `nolint:` newly flagged issue --- index/file_index.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index/file_index.go b/index/file_index.go index a0ecfc99f..da7e759ba 100644 --- a/index/file_index.go +++ b/index/file_index.go @@ -161,7 +161,7 @@ var kindToStrMap = map[reflect.Kind]string{ reflect.Func: "Func", reflect.Interface: "Interface", reflect.Map: "Map", - reflect.Ptr: "Ptr", + reflect.Ptr: "Ptr", //nolint:govet reflect.Slice: "Slice", reflect.String: "String", reflect.Struct: "Struct",