Point out you can use --bless to update allow list for removed entries
This commit is contained in:
parent
50897170d5
commit
0f1bbe3141
1 changed files with 2 additions and 1 deletions
|
@ -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()
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue