Remove //lint:ignore pragmas that aren't being used anymore

This commit is contained in:
Hanna Lee
2021-07-20 22:30:50 -04:00
committed by Antonio Ojea
parent a707061828
commit 07a883d8e6
8 changed files with 12 additions and 24 deletions

View File

@@ -623,8 +623,7 @@ func serveMetrics(bindAddress, proxyMode string, enableProfiling bool, errCh cha
fmt.Fprintf(w, "%s", proxyMode)
})
//lint:ignore SA1019 See the Metrics Stability Migration KEP
//nolint:staticcheck
//nolint:staticcheck // SA1019 See the Metrics Stability Migration KEP
proxyMux.Handle("/metrics", legacyregistry.Handler())
if enableProfiling {