From 8e18295c5855dc15497ecaa17137ff18ee5f451f Mon Sep 17 00:00:00 2001 From: TJ Hoplock Date: Fri, 16 Aug 2024 21:32:04 -0400 Subject: [PATCH] chore: ignore pkg deprecation for promlog in promlog/flag Make the linter happy. Signed-off-by: TJ Hoplock --- promlog/flag/flag.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/promlog/flag/flag.go b/promlog/flag/flag.go index 7665f5b7..9429adf9 100644 --- a/promlog/flag/flag.go +++ b/promlog/flag/flag.go @@ -23,7 +23,7 @@ import ( kingpin "github.com/alecthomas/kingpin/v2" - "github.com/prometheus/common/promlog" + "github.com/prometheus/common/promlog" // nolint:staticcheck ) // LevelFlagName is the canonical flag name to configure the allowed log level