Point out you can use --bless to update allow list for removed entries
This commit is contained in:
parent
50897170d5
commit
0f1bbe3141
@ -80,7 +80,8 @@ pub fn check(tests_path: &Path, src_path: &Path, bless: bool, bad: &mut bool) {
|
|||||||
tidy_error!(
|
tidy_error!(
|
||||||
bad,
|
bad,
|
||||||
"Makefile `{}` no longer exists and should be removed from the exclusions in \
|
"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()
|
p.display()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user