make pretty / astyle questions
Hi @karl-wette two questions on how this is run in the CI, and how to reproduce locally:
-
Could the CI be configured in such a way that it actually prints the diff of the suggested changes, not just the filename and "Please commit these changes."? (see e.g. https://git.ligo.org/lscsoft/lalsuite/-/jobs/3699033 )
-
When trying to reproduce locally, how can I make sure it only acts on "opted-in" files/directories? If I run the same
make pretty && status=0 || status=$?
as the CI on that same branch, I get it changing about 3 dozen other files at the moment.