Commit b25ad9c8 authored by Jeff Grafton's avatar Jeff Grafton

Set gazelle:proto disable_global

parent 9e284de5
# gazelle:build_file_name BUILD,BUILD.bazel
# gazelle:exclude _artifacts # gazelle:exclude _artifacts
# gazelle:exclude _gopath # gazelle:exclude _gopath
# gazelle:exclude _output # gazelle:exclude _output
# gazelle:exclude _tmp # gazelle:exclude _tmp
# gazelle:prefix k8s.io/kubernetes # gazelle:prefix k8s.io/kubernetes
# Disable proto rules, since the Go sources are currently generated by # Disable proto rules, since the Go sources are currently generated by
# hack/update-generated-protobuf.sh and checked into the repo. # hack/update-generated-protobuf.sh and checked into the repo.
# gazelle:proto disable # gazelle:proto disable_global
package(default_visibility = ["//visibility:public"]) package(default_visibility = ["//visibility:public"])
......
...@@ -41,7 +41,6 @@ if ! grep -q "# gazelle:importmap_prefix" "${KUBE_ROOT}/vendor/BUILD"; then ...@@ -41,7 +41,6 @@ if ! grep -q "# gazelle:importmap_prefix" "${KUBE_ROOT}/vendor/BUILD"; then
fi fi
gazelle fix \ gazelle fix \
-build_file_name=BUILD,BUILD.bazel \
-external=vendored \ -external=vendored \
-mode=fix \ -mode=fix \
-repo_root "${KUBE_ROOT}" \ -repo_root "${KUBE_ROOT}" \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment