Skip to content

Commit

Permalink
Bazel/Go: be more specific in go/extractor/BUILD.bazel comments
Browse files Browse the repository at this point in the history
  • Loading branch information
redsun82 committed May 3, 2024
1 parent 31c427e commit 8f0b884
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go/extractor/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ load("@rules_pkg//pkg:mappings.bzl", "pkg_files")
# gazelle:prefix github.com/github/codeql-go/extractor
# gazelle:map_kind go_binary codeql_go_binary //go:rules.bzl

# following target is kept up to date by `bazel run //go:gen`, do not edit directly
# the immediately following `extractor` target is kept up to date by `bazel run //go:gen`, do not edit directly
go_library(
name = "extractor",
srcs = [
Expand All @@ -25,6 +25,7 @@ go_library(
],
)

# notice that these other targets are not generated
java_library(
name = "tokenizer-deps",
srcs = [
Expand Down

0 comments on commit 8f0b884

Please sign in to comment.