Skip to content

Commit

Permalink
Generate BUILD files for grpc-gateway by default (bazelbuild#1578)
Browse files Browse the repository at this point in the history
Specify that Gazelle should generate BUILD files for the
"github.com/grpc-ecosystem/grpc-gateway/v2" Go module, since the BUILD
files already present in that module's source repository contain
references to Bazel repositories that are no longer created
automatically by Gazelle.
  • Loading branch information
seh authored and jeromep-stripe committed Mar 22, 2024
1 parent 7452881 commit 14e68a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/bzlmod/default_gazelle_overrides.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ visibility("private")
DEFAULT_BUILD_FILE_GENERATION_BY_PATH = {
"github.com/envoyproxy/protoc-gen-validate": "on",
"github.com/google/safetext": "on",
"github.com/grpc-ecosystem/grpc-gateway/v2": "on",
}

DEFAULT_DIRECTIVES_BY_PATH = {
Expand Down

0 comments on commit 14e68a5

Please sign in to comment.