Print tidy command with bless tidy check failure
This commit is contained in:
parent
90f0b24ad3
commit
88cb2bba15
@ -23,7 +23,7 @@ fn check_alphabetic(filename: &str, fluent: &str, bad: &mut bool) {
|
|||||||
tidy_error!(
|
tidy_error!(
|
||||||
bad,
|
bad,
|
||||||
"{filename}: message `{}` appears before `{}`, but is alphabetically later than it
|
"{filename}: message `{}` appears before `{}`, but is alphabetically later than it
|
||||||
run tidy with `--bless` to sort the file correctly",
|
run `./x.py test tidy --bless` to sort the file correctly",
|
||||||
name.as_str(),
|
name.as_str(),
|
||||||
next.as_str()
|
next.as_str()
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user