Closed UebelAndre closed 3 years ago
It seems buildifier doesn't enter directories that are actually local repositories, which all raze repos are. For the rest, I'm still looking.
Ah I was wrong, https://github.com/bazelbuild/continuous-integration/blob/master/buildkite/README.md#running-buildifier-on-ci says the buildifier only looks into WORKSPACE, BUILD, BUILD.bazel and .bzl files
. Files generated by raze are not found.
I'm asking the Bazel CI folks.
https://github.com/bazelbuild/rules_rust/pull/642 solved for most of the giant wall here but there's still an issue (being tested in https://github.com/bazelbuild/rules_rust/pull/671)
This has been fixed as far as I know.
There are a lot of things out of date when you run
buildifier -lint=fix -mode=fix -warnings=all -r ./
. Many things can be fixed by re-runningcargo-raze
on the latest version, but there are a few other files that have changes that probably shouldn't. Namely things in./rust
and./test
: