Point out you can use --bless to update allow list for removed entries

This commit is contained in:
许杰友 Jieyou Xu (Joe) 2024-03-27 21:29:50 +00:00
parent 50897170d5
commit 0f1bbe3141
No known key found for this signature in database
GPG key ID: 95DDEBD74A1DC2C0

View file

@ -80,7 +80,8 @@ 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`",
`src/tools/tidy/src/allowed_run_make_makefiles.txt`, you can run --bless to update \
the allow list",
p.display()
);
}