Skip to content

Commit

Permalink
Allow buildifier attribute to be a file (bazelbuild#1660)
Browse files Browse the repository at this point in the history
Co-authored-by: David Koloski <dkoloski@google.com>
  • Loading branch information
djkoloski and David Koloski authored Nov 17, 2022
1 parent aa0815d commit de18d8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crate_universe/private/crates_vendor.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ call against the generated workspace. The following table describes how to contr
doc = "The path to a [buildifier](https://github.com/bazelbuild/buildtools/blob/5.0.1/buildifier/README.md) binary used to format generated BUILD files.",
cfg = "exec",
executable = True,
allow_files = True,
default = Label("//crate_universe/private/vendor:buildifier"),
),
"cargo_bazel": attr.label(
Expand Down

0 comments on commit de18d8b

Please sign in to comment.