File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,6 @@ buildifier(
9292 lint_warnings = ["-out-of-order-load" ], # TODO: enable out-of-order-load
9393 mode = "fix" ,
9494 tags = ["manual" ], # tag as manual so windows ci does not build it by default
95- visibility = ["//visibility:public" ],
9695)
9796
9897buildifier (
@@ -105,7 +104,6 @@ buildifier(
105104 lint_warnings = ["-out-of-order-load" ], # TODO: enable out-of-order-load
106105 mode = "diff" ,
107106 tags = ["manual" ], # tag as manual so windows ci does not build it by default
108- visibility = ["//visibility:public" ],
109107)
110108
111109alias (
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ package(default_visibility = ["//:__subpackages__"])
1212format_multirun (
1313 name = "format" ,
1414 shell = "@aspect_rules_lint//format:shfmt" ,
15- starlark = "//:buildifier" ,
15+ starlark = "@buildifier_prebuilt //:buildifier" ,
1616)
1717
1818bazelrc_preset (
You can’t perform that action at this time.
0 commit comments