Skip to content

Commit 9ad3be3

Browse files
authored
Rollup merge of #114498 - chenyukang:yukang-fix-tidy-tip, r=ozkanonur
Print tidy command with bless tidy check failure It's more friendly for beginners to fix fluent alphabetical errors.
2 parents e722f6f + 88cb2bb commit 9ad3be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/tools/tidy/src/fluent_alphabetical.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fn check_alphabetic(filename: &str, fluent: &str, bad: &mut bool) {
2323
tidy_error!(
2424
bad,
2525
"{filename}: message `{}` appears before `{}`, but is alphabetically later than it
26-
run tidy with `--bless` to sort the file correctly",
26+
run `./x.py test tidy --bless` to sort the file correctly",
2727
name.as_str(),
2828
next.as_str()
2929
);

0 commit comments

Comments
 (0)