From 13bf130fba6472c04f0e84460c893a90378b2d80 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Mar 2026 16:43:59 +0000 Subject: [PATCH 1/2] Initial plan From 7be454eaab354e7512fa869e7ddb4c87cd40ee5c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Mar 2026 16:50:14 +0000 Subject: [PATCH 2/2] fix: add nolint directives for revive var-naming in metrics and arrow_test Co-authored-by: erezrokah <26760571+erezrokah@users.noreply.github.com> --- metrics/metrics.go | 2 +- pb/plugin/v3/arrow_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/metrics/metrics.go b/metrics/metrics.go index 111f8a49..787d3c5b 100644 --- a/metrics/metrics.go +++ b/metrics/metrics.go @@ -1,4 +1,4 @@ -package metrics +package metrics //nolint:revive import ( "sync/atomic" diff --git a/pb/plugin/v3/arrow_test.go b/pb/plugin/v3/arrow_test.go index db6e7d5b..80db830a 100644 --- a/pb/plugin/v3/arrow_test.go +++ b/pb/plugin/v3/arrow_test.go @@ -1,4 +1,4 @@ -package plugin +package plugin //nolint:revive import ( "testing"