I noticed after this commit landed https://github.com/bazelbuild/rules_apple/commit/572aee29236aa6aa850484d5706b79aa2a098219 there were some buildifier issues I see locally: ``` % buildifier -mode=check "test/starlark_tests/ios_dynamic_framework_tests.bzl" test/starlark_tests/ios_dynamic_framework_tests.bzl # reformat ``` That are not being caught on CI. Is there some configuration of paths we should be doing to include these files?