From cc1ec5dec46ce2f1d091f74ad057cde18f7eaf2e Mon Sep 17 00:00:00 2001 From: Owen Cabalceta Date: Thu, 19 Sep 2024 15:40:28 -0400 Subject: [PATCH] patch: fix linter --- metrics.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/metrics.go b/metrics.go index 2621535..85e5c4e 100644 --- a/metrics.go +++ b/metrics.go @@ -10,6 +10,9 @@ import ( "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promhttp" + + // TODO replace httpaux/retry with github.com/xmidt-org/retry + // nolint:staticcheck "github.com/xmidt-org/httpaux/retry" "github.com/xmidt-org/touchstone" )