Skip to content

Commit

Permalink
bzlmod: Make go mod and gazelle ignore tests/bcr/
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Jul 12, 2022
1 parent f038a04 commit 983a5e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/bcr/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# gazelle:ignore

load("@rules_go//go:def.bzl", "go_test")
load("@gazelle//:def.bzl", "gazelle")

# gazelle:prefix github.com/bazel-gazelle/tests/bcr
gazelle(name = "gazelle")

go_test(
Expand All @@ -10,5 +11,5 @@ go_test(
deps = [
"@com_github_pelletier_go_toml//:go-toml",
"@com_github_stretchr_testify//require",
]
],
)
1 change: 1 addition & 0 deletions tests/bcr/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// Only here to stop go mod from descending into this directory.

0 comments on commit 983a5e3

Please sign in to comment.