Skip to content

Commit 0f1bbe3

Browse files
committed
Point out you can use --bless to update allow list for removed entries
1 parent 5089717 commit 0f1bbe3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tools/tidy/src/run_make_tests.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ pub fn check(tests_path: &Path, src_path: &Path, bless: bool, bad: &mut bool) {
8080
tidy_error!(
8181
bad,
8282
"Makefile `{}` no longer exists and should be removed from the exclusions in \
83-
`src/tools/tidy/src/allowed_run_make_makefiles.txt`",
83+
`src/tools/tidy/src/allowed_run_make_makefiles.txt`, you can run --bless to update \
84+
the allow list",
8485
p.display()
8586
);
8687
}

0 commit comments

Comments
 (0)