You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One option is to add # buildifier: disable=out-of-order-load. However it seems like it tries to put that in order on purpose ("# External repo loads come before local loads." - but I'm wondering if it's even necessary to keep the order, as buildifier suggested to reorder it.
The generated load is out of order for buildifier
Generated:
Formatted:
One option is to add
# buildifier: disable=out-of-order-load
. However it seems like it tries to put that in order on purpose ("# External repo loads come before local loads." - but I'm wondering if it's even necessary to keep the order, as buildifier suggested to reorder it.https://github.com/bazelbuild/buildtools/blob/main/WARNINGS.md#load-statements-should-be-ordered-by-their-labels
The text was updated successfully, but these errors were encountered: