We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed9772 commit 6ac2436Copy full SHA for 6ac2436
BUILD.bazel
@@ -30,6 +30,7 @@ gazelle_binary(
30
proto_gazelle(
31
name = "gazelle",
32
cfgs = [":rules_proto_config.yaml"],
33
+ external = "static",
34
gazelle = ":gazelle-protobuf",
35
imports = [
36
"@googleapis//:imports.csv",
tools/BUILD.bazel
@@ -1,7 +1,5 @@
1
load("@buildifier_prebuilt//:rules.bzl", "buildifier", "buildifier_test")
2
3
-# gazelle:exclude_from_release
4
-
5
buildifier(
6
name = "buildifier.fix",
7
diff_command = "diff",
0 commit comments