Skip to content

Commit

Permalink
chore: ignore pkg deprecation for promlog in promlog/flag
Browse files Browse the repository at this point in the history
Make the linter happy.

Signed-off-by: TJ Hoplock <[email protected]>
  • Loading branch information
tjhop committed Aug 17, 2024
1 parent fe62144 commit 8e18295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion promlog/flag/flag.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e18295

Please sign in to comment.