We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62d0533 commit dc87b28Copy full SHA for dc87b28
1 file changed
src/tools/tidy/src/ui_tests.rs
@@ -302,7 +302,7 @@ fn deny_new_nondescriptive_test_names(
302
&& !stripped_path.starts_with("ui/issues/")
303
{
304
check.error(format!(
305
- "the name of the file `tests/{stripped_path}` is not descriptive, consider renaming to `{{reason}}-issue-{issue_n}.rs`",
+ "issue-number-only test names are not descriptive, consider renaming file `tests/{stripped_path}` to `{{reason}}-issue-{issue_n}.rs`",
306
issue_n = &test_name[1],
307
));
308
}
0 commit comments