tidy: use --bless for tidy spellcheck instead of spellcheck:fix#143493
tidy: use --bless for tidy spellcheck instead of spellcheck:fix#143493bors merged 3 commits intorust-lang:masterfrom
Conversation
previous behavior was inconsistent with existing extra checks.
|
There are changes to the cc @jieyouxu |
Kobzol
left a comment
There was a problem hiding this comment.
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`
Rollup of 6 pull requests Successful merges: - rust-lang/rust#143416 (mbe: Defer checks for `compile_error!` until reporting an unused macro rule) - rust-lang/rust#143470 (std: sys: net: uefi: tcp4: Implement read) - rust-lang/rust#143477 (use `is_multiple_of` and `div_ceil`) - rust-lang/rust#143484 (distinguish the duplicate item of rpitit) - rust-lang/rust#143493 (tidy: use --bless for tidy spellcheck instead of spellcheck:fix) - rust-lang/rust#143504 (compiletest: print slightly more information on fs::write failure) r? `@ghost` `@rustbot` modify labels: rollup
Rollup of 6 pull requests Successful merges: - rust-lang/rust#143416 (mbe: Defer checks for `compile_error!` until reporting an unused macro rule) - rust-lang/rust#143470 (std: sys: net: uefi: tcp4: Implement read) - rust-lang/rust#143477 (use `is_multiple_of` and `div_ceil`) - rust-lang/rust#143484 (distinguish the duplicate item of rpitit) - rust-lang/rust#143493 (tidy: use --bless for tidy spellcheck instead of spellcheck:fix) - rust-lang/rust#143504 (compiletest: print slightly more information on fs::write failure) r? `@ghost` `@rustbot` modify labels: rollup
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:lintfor consistency.making this consistent is a prerequisite for #143398
cc @nnethercote
r? @Kobzol