From 176d30744e38a6af43dc05c8249b305abb8fb4b8 Mon Sep 17 00:00:00 2001 From: Inforithmics Date: Tue, 16 Sep 2025 22:48:24 +0200 Subject: [PATCH] fixing lint error --- discover/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discover/types.go b/discover/types.go index cde23d01b..b0c607a87 100644 --- a/discover/types.go +++ b/discover/types.go @@ -95,7 +95,7 @@ type OneapiGPUInfoList []OneapiGPUInfo type VulkanGPUInfo struct { GpuInfo - index int + index int //nolint:unused,nolintlint } type VulkanGPUInfoList []VulkanGPUInfo