From 8e63ff957b6e59d008b82fbf079b7782e726fad8 Mon Sep 17 00:00:00 2001 From: Mike Mason Date: Thu, 8 Aug 2024 11:47:43 -0500 Subject: [PATCH] exclude otelecho deprecation error until owner is found Signed-off-by: Mike Mason --- .golangci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index d9124a8..5a18d97 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -51,3 +51,7 @@ issues: - EXC0013 - EXC0014 - EXC0015 + exclude: + # otelecho will be deprecated on August 21, 2024 unless an owner is found to maintain the package. + # https://github.com/open-telemetry/opentelemetry-go-contrib/issues/5550 + - 'SA1019: "go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho" is deprecated.*'