Skip to content

Commit

Permalink
fix: ignore linter
Browse files Browse the repository at this point in the history
Signed-off-by: Niklas Treml <[email protected]>
  • Loading branch information
niklastreml committed Oct 16, 2024
1 parent d0871c1 commit da9e6dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/sparrow/metrics/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ type manager struct {
}

// New initializes the metrics and returns the PrometheusMetrics
//
//nolint:gocritic
func New(config Config) Provider {
registry := prometheus.NewRegistry()

Expand Down

0 comments on commit da9e6dd

Please sign in to comment.