Skip to content

Commit

Permalink
Stop using gazelle:ignore
Browse files Browse the repository at this point in the history
In this case the same thing can be achieved by using gazelle:resolve.
This ensures that this BUILD file can be auto-generated going forward.
  • Loading branch information
EdSchouten committed Feb 7, 2020
1 parent a75a4a2 commit fca6074
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
load("@bazel_gazelle//:def.bzl", "gazelle")

# gazelle:prefix github.com/buildbarn/bb-browser
# gazelle:resolve proto build/bazel/remote/execution/v2/remote_execution.proto @com_github_bazelbuild_remote_apis//build/bazel/remote/execution/v2:remote_execution_proto
# gazelle:resolve proto go build/bazel/remote/execution/v2/remote_execution.proto @com_github_bazelbuild_remote_apis//build/bazel/remote/execution/v2:go_default_library
# gazelle:resolve proto pkg/proto/configuration/blobstore/blobstore.proto @com_github_buildbarn_bb_storage//pkg/proto/configuration/blobstore:blobstore_proto
# gazelle:resolve proto go pkg/proto/configuration/blobstore/blobstore.proto @com_github_buildbarn_bb_storage//pkg/proto/configuration/blobstore:go_default_library
gazelle(
name = "gazelle",
)
2 changes: 0 additions & 2 deletions pkg/proto/configuration/bb_browser/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# gazelle:ignore

load("@io_bazel_rules_go//go:def.bzl", "go_library")
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")

Expand Down

0 comments on commit fca6074

Please sign in to comment.