We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ec3bf commit 2d10069Copy full SHA for 2d10069
.golangci.yaml
@@ -70,6 +70,7 @@ linters-settings:
70
- "github.com/stretchr/testify/require"
71
- "github.com/docker/go-connections/nat"
72
- "github.com/hashicorp/raft"
73
+ - "go.opentelemetry.io/otel"
74
test:
75
files:
76
- $test
@@ -93,6 +94,9 @@ linters-settings:
93
94
95
- "github.com/codingsince1985/checksum"
96
97
+ - "google.golang.org/grpc"
98
+ - "google.golang.org/protobuf/types/known/emptypb"
99
+ - "gopkg.in/yaml.v3"
100
tagalign:
101
align: false
102
sort: false
0 commit comments