From d6375cae495801a463f5a34b78e569de656d91db Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Mon, 6 Nov 2017 11:36:27 -0500 Subject: [PATCH] Tell gazelle to ignore protobuf We don't want it generating protobuf rules in our vendor directory --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2bbc58c49a..e5d6f63822 100644 --- a/Makefile +++ b/Makefile @@ -628,7 +628,7 @@ bazel-push-aws-run: bazel-push .PHONY: bazel-gazelle bazel-gazelle: - bazel run //:gazelle + bazel run //:gazelle -- -proto disable .PHONY: check-markdown-links check-markdown-links: