diff options
author | Andrei Vagin <avagin@google.com> | 2020-10-23 14:33:20 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-10-23 14:35:31 -0700 |
commit | d18346e79022f4b7039593a5793ab24dd6169314 (patch) | |
tree | f9d31ae680464c8aa18509c64ca1e71e520dcf78 | |
parent | ad6d32f2260e85d2a7320265109868d753558c5e (diff) |
tools/parsers: disable nogo checks
There are too many dependencies.
PiperOrigin-RevId: 338746264
-rw-r--r-- | tools/parsers/BUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/parsers/BUILD b/tools/parsers/BUILD index 7d9c9a3fb..8038be606 100644 --- a/tools/parsers/BUILD +++ b/tools/parsers/BUILD @@ -7,6 +7,7 @@ go_test( size = "small", srcs = ["go_parser_test.go"], library = ":parsers", + nogo = False, deps = [ "//tools/bigquery", "@com_github_google_go_cmp//cmp:go_default_library", @@ -19,6 +20,7 @@ go_library( srcs = [ "go_parser.go", ], + nogo = False, visibility = ["//:sandbox"], deps = [ "//test/benchmarks/tools", |