From 3b526f7afe65b04f7674d969c1c97fc928715689 Mon Sep 17 00:00:00 2001 From: Justin Miron Date: Mon, 26 Aug 2024 13:07:22 -0500 Subject: [PATCH] allow deprecated in test --- httpbp/example_server_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/httpbp/example_server_test.go b/httpbp/example_server_test.go index d1319128c..3ed002e3a 100644 --- a/httpbp/example_server_test.go +++ b/httpbp/example_server_test.go @@ -10,6 +10,7 @@ import ( "github.com/reddit/baseplate.go/ecinterface" "github.com/reddit/baseplate.go/httpbp" "github.com/reddit/baseplate.go/log" + //lint:ignore SA1019 deprecated library can still be used for testing "github.com/reddit/baseplate.go/redis/db/redisbp" "github.com/reddit/baseplate.go/secrets" )