Is there any way to run `update-build-files` on a ...
# general
c
Is there any way to run
update-build-files
on a subset of files? I want to run it in a pre-commit hook as a formatter, but having it run over the entirety of the repository causes commits to be extremely slow. From https://www.pantsbuild.org/docs/reference-update-build-files, I see:
This goal is run without arguments. It will run over all BUILD files in your project.