We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run the coding style change script as a component in all.sh. This should generate a diff in a file, but not complain if the diff is non-empty.
all.sh
The plan is to have it run for a while before we pull the switch and make a non-empty diff a failure.
No backport at this stage.
The text was updated successfully, but these errors were encountered:
We should also check that the result is sane. At least let's run make test in the default config.
make test
Sorry, something went wrong.
Fulfilled by #6705.
We did backport after all (#6706) because it's convenient to have this for setting up preview branches.
davidhorstmann-arm
No branches or pull requests
Run the coding style change script as a component in
all.sh
. This should generate a diff in a file, but not complain if the diff is non-empty.The plan is to have it run for a while before we pull the switch and make a non-empty diff a failure.
No backport at this stage.
The text was updated successfully, but these errors were encountered: