bazelbuild / buildtools

A bazel BUILD file formatter and editor
Apache License 2.0
1.01k stars 415 forks source link

Stricter formatting of load statements #1244

Closed vladmos closed 6 months ago

vladmos commented 7 months ago

Remove the following linter warnings/fixes and make them part of the default formatting process:

Formatted starlark files without active warnings of these categories will remain formatted. Files with the warnings will became non-formatted according to the new formatting rules.

For backward compatibility the following comments are still taken into account:

# buildifier: disable=load-on-top
# buildifier: disable=same-origin-load
# buildifier: disable=out-of-order-load
hunshcn commented 6 months ago

release a new version?