Rollup merge of #127314 - chenyukang:yukang-fix-bless-note, r=albertlarsan68

Trivial update on tidy bless note

Make the notes more verbose.
This commit is contained in:
Matthias Krüger 2024-07-04 18:16:25 +02:00 committed by GitHub
commit 1652721ea1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -95,7 +95,7 @@ pub fn check(tests_path: &Path, src_path: &Path, bless: bool, bad: &mut bool) {
tidy_error!(
bad,
"Makefile `{}` no longer exists and should be removed from the exclusions in \
`src/tools/tidy/src/allowed_run_make_makefiles.txt`, you can run --bless to update \
`src/tools/tidy/src/allowed_run_make_makefiles.txt`, you can run `x test tidy --bless` to update \
the allow list",
p.display()
);