Skip to content

Commit

Permalink
fix:proto-gen/api_v2 disallow_dep
Browse files Browse the repository at this point in the history
Signed-off-by: nabil salah <nabil.salah203@gmail.com>
  • Loading branch information
Nabil-Salah committed Jan 25, 2025
1 parent ebf26ff commit d1388a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ linters-settings:
desc: "Use errors.Join instead of github.com/hashicorp/go-multierror"
- pkg: "github.com/jaegertracing/jaeger/model$"
desc: "Use github.com/jaegertracing/jaeger-idl/model/v1"
- pkg: "github.com/jaegertracing/jaeger/proto-gen/api_v2$"
- pkg: "github.com/jaegertracing/jaeger/proto-gen/api_v2"
desc: "Use github.com/jaegertracing/jaeger-idl/proto-gen/api_v2"
# crossdock-go provides assert/require similar to stretchr/testify
# but we never want to use them outside of the crossdock tests.
Expand Down

0 comments on commit d1388a7

Please sign in to comment.