if you have a BUILD file like this: ```bzl some_target( ... ) some_list = [ # ] package(default_visibility = ["//visibility:public"]) ``` buildifier does not warn about the package() being at the bottom, nor does it move it to the top when fixing