We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a7dc18 commit ebf26ffCopy full SHA for ebf26ff
.golangci.yml
@@ -125,6 +125,8 @@ linters-settings:
125
desc: "Use errors.Join instead of github.com/hashicorp/go-multierror"
126
- pkg: "github.com/jaegertracing/jaeger/model$"
127
desc: "Use github.com/jaegertracing/jaeger-idl/model/v1"
128
+ - pkg: "github.com/jaegertracing/jaeger/proto-gen/api_v2$"
129
+ desc: "Use github.com/jaegertracing/jaeger-idl/proto-gen/api_v2"
130
# crossdock-go provides assert/require similar to stretchr/testify
131
# but we never want to use them outside of the crossdock tests.
132
disallow-crossdock:
0 commit comments