mirror of
https://github.com/dcarrillo/whatismyip.git
synced 2026-03-12 06:14:53 +00:00
Bump go.opentelemetry.io/otel/sdk from 1.35.0 to 1.40.0 (#50)
* Bump go.opentelemetry.io/otel/sdk from 1.35.0 to 1.40.0 Bumps [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) from 1.35.0 to 1.40.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.35.0...v1.40.0) --- updated-dependencies: - dependency-name: go.opentelemetry.io/otel/sdk dependency-version: 1.40.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * [lint] Add metric package naming exclusion --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel Carrillo <daniel.carrillo@gmail.com>
This commit is contained in:
@@ -42,6 +42,11 @@ linters:
|
||||
- all
|
||||
exclusions:
|
||||
generated: lax
|
||||
rules:
|
||||
- linters:
|
||||
- revive
|
||||
path: internal/metrics/
|
||||
text: "var-naming: avoid package names that conflict with Go standard library package names"
|
||||
presets:
|
||||
- comments
|
||||
- common-false-positives
|
||||
|
||||
Reference in New Issue
Block a user