mirror of https://github.com/kubernetes/kops.git
Tell gazelle to ignore protobuf
We don't want it generating protobuf rules in our vendor directory
This commit is contained in:
parent
dbdde59432
commit
d6375cae49
2
Makefile
2
Makefile
|
|
@ -628,7 +628,7 @@ bazel-push-aws-run: bazel-push
|
||||||
|
|
||||||
.PHONY: bazel-gazelle
|
.PHONY: bazel-gazelle
|
||||||
bazel-gazelle:
|
bazel-gazelle:
|
||||||
bazel run //:gazelle
|
bazel run //:gazelle -- -proto disable
|
||||||
|
|
||||||
.PHONY: check-markdown-links
|
.PHONY: check-markdown-links
|
||||||
check-markdown-links:
|
check-markdown-links:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue