-
Notifications
You must be signed in to change notification settings - Fork 13.5k
tidy: use --bless for tidy spellcheck instead of spellcheck:fix #143493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
previous behavior was inconsistent with existing extra checks.
There are changes to the cc @jieyouxu |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice cleanup, thanks! Yes, please include a Warning
change tracker entry, even though I suspect not many people use this. You can r=me after that (and green CI).
Why Ahh, my bad, found bless in py:fmt and cpp:fmt. |
And need to regenerate completions after #143452. |
There should be no need for that, as the documentation of Clap flags (and thus CLI help output) wasn't changed. |
@Kobzol done, want me to squash the last 2 together? Update: squashed it anyways, it makes more sense that way I think. |
1ab0518
to
9f78173
Compare
Thanks! You can r=me once CI is green. |
@Kobzol i don't have bors perms yet, do you want to delegate the pr? |
Ooh, I see, sorry! Here you go :) @bors delegate+ |
✌️ @lolbinarycat, you can now approve this pull request! If @Kobzol told you to " |
Rollup of 6 pull requests Successful merges: - #143416 (mbe: Defer checks for `compile_error!` until reporting an unused macro rule) - #143470 (std: sys: net: uefi: tcp4: Implement read) - #143477 (use `is_multiple_of` and `div_ceil`) - #143484 (distinguish the duplicate item of rpitit) - #143493 (tidy: use --bless for tidy spellcheck instead of spellcheck:fix) - #143504 (compiletest: print slightly more information on fs::write failure) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of #143493 - lolbinarycat:tidy-spellcheck-bless, r=Kobzol tidy: use --bless for tidy spellcheck instead of spellcheck:fix previous behavior was inconsistent with existing extra checks. unsure if this needs a change tracker entry or a warning for people who try to use the old behavior. unsure if we should call this `spellcheck:lint` for consistency. making this consistent is a prerequisite for #143398 cc `@nnethercote` r? `@Kobzol`
previous behavior was inconsistent with existing extra checks.
unsure if this needs a change tracker entry or a warning for people who try to use the old behavior.
unsure if we should call this
spellcheck:lint
for consistency.making this consistent is a prerequisite for #143398
cc @nnethercote
r? @Kobzol