We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
go/extractor/BUILD.bazel
1 parent 31c427e commit 8f0b884Copy full SHA for 8f0b884
go/extractor/BUILD.bazel
@@ -4,7 +4,7 @@ load("@rules_pkg//pkg:mappings.bzl", "pkg_files")
4
# gazelle:prefix github.com/github/codeql-go/extractor
5
# gazelle:map_kind go_binary codeql_go_binary //go:rules.bzl
6
7
-# 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
8
go_library(
9
name = "extractor",
10
srcs = [
@@ -25,6 +25,7 @@ go_library(
25
],
26
)
27
28
+# notice that these other targets are not generated
29
java_library(
30
name = "tokenizer-deps",
31
0 commit comments