This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 pushed a commit to branch bumpgo
in repository https://gitbox.apache.org/repos/asf/skywalking-rover.git
The following commit(s) were added to refs/heads/bumpgo by this push:
new c4c4182 depress var-naming linter
c4c4182 is described below
commit c4c41822649ecd10ccbfd12201da535e5581c02f
Author: kezhenxu94 <[email protected]>
AuthorDate: Mon Nov 24 19:53:00 2025 +0800
depress var-naming linter
---
pkg/accesslog/common/connection.go | 2 +-
pkg/profiling/continuous/checker/common/process_checker.go | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkg/accesslog/common/connection.go
b/pkg/accesslog/common/connection.go
index b67461f..b00ffab 100644
--- a/pkg/accesslog/common/connection.go
+++ b/pkg/accesslog/common/connection.go
@@ -15,7 +15,7 @@
// specific language governing permissions and limitations
// under the License.
-package common
+package common //nolint:revive // package name is acceptable in this context
import (
"context"
diff --git a/pkg/profiling/continuous/checker/common/process_checker.go
b/pkg/profiling/continuous/checker/common/process_checker.go
index 8298506..f859999 100644
--- a/pkg/profiling/continuous/checker/common/process_checker.go
+++ b/pkg/profiling/continuous/checker/common/process_checker.go
@@ -15,7 +15,7 @@
// specific language governing permissions and limitations
// under the License.
-package common
+package common //nolint:revive // package name is acceptable in this context
import (
"fmt"