We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc2d440 commit 306a868Copy full SHA for 306a868
4 files changed
.github/workflows/lint_golang.yml
@@ -34,5 +34,5 @@ jobs:
34
- name: golangci-lint
35
uses: golangci/golangci-lint-action@v9
36
with:
37
- version: v2.8.0
+ version: v2.10.1
38
args: --verbose
.gitignore
@@ -24,4 +24,5 @@ plugin-pb
24
25
.DS_Store
26
27
-.idea/
+.idea/
28
+bin/
metrics/metrics.go
@@ -1,4 +1,4 @@
1
-package metrics
+package metrics //nolint:revive // var-naming: package name conflicts with standard library but is appropriate for this context
2
3
import (
4
"sync/atomic"
pb/plugin/v3/arrow_test.go
-package plugin
+package plugin //nolint:revive // var-naming: package name conflicts with standard library but is appropriate for this context
"testing"
0 commit comments