Skip to content

Commit

Permalink
Add lint override for known deprecated pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Jun 10, 2021
1 parent 33b1afc commit 8bf1c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporters/metric/prometheus/prometheus_test.go
Expand Up @@ -25,7 +25,7 @@ import (
"github.com/stretchr/testify/require"

"go.opentelemetry.io/otel/attribute"
"go.opentelemetry.io/otel/exporters/metric/prometheus"
"go.opentelemetry.io/otel/exporters/metric/prometheus" //nolint:staticcheck -- deprecated package
"go.opentelemetry.io/otel/metric"
export "go.opentelemetry.io/otel/sdk/export/metric"
"go.opentelemetry.io/otel/sdk/metric/aggregator/histogram"
Expand Down

0 comments on commit 8bf1c97

Please sign in to comment.