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