From b13979660d3ca03d8b915948b99288f2128946b1 Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Mon, 4 Jun 2018 10:43:58 -0700 Subject: [PATCH] bazel: add notes that tasks do not work --- hack/BUILD.bazel | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hack/BUILD.bazel b/hack/BUILD.bazel index b348d115fe..f412f32f98 100644 --- a/hack/BUILD.bazel +++ b/hack/BUILD.bazel @@ -7,12 +7,14 @@ package(default_visibility = ["//visibility:public"]) # tags = ["manual"], #) +# TODO: this does not work: we need to tell the task about the sources sh_test( name = "verify-boilerplate", srcs = ["verify-boilerplate.sh"], tags = ["manual"], ) +# TODO: this does not work: we need to tell the task about the sources sh_test( name = "verify-gofmt", srcs = ["verify-gofmt.sh"],