-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
rustdoc: Rename invalid_codeblock_attribute lint to be plural #74131
rustdoc: Rename invalid_codeblock_attribute lint to be plural #74131
Conversation
This will need to be backported to beta as that's the first version with this lint. |
I didn't know there was a convention for lints. TIL. Thanks a lot! @bors: r+ |
📌 Commit 56fb717 has been approved by |
…ttributes_name, r=GuillaumeGomez rustdoc: Rename invalid_codeblock_attribute lint to be plural Lint names should be plural as per the lint naming conventions: https://github.com/rust-lang/rfcs/blob/master/text/0344-conventions-galore.md#lints r? @GuillaumeGomez
⌛ Testing commit 56fb717 with merge acf6ddde7dd6593e8b24ccabc21dd3f783e14b14... |
💔 Test failed - checks-azure |
@bors retry p=3 (nominated) |
⌛ Testing commit 56fb717 with merge 97365d567139e768a08c987a1a21d51488704883... |
…ttributes_name, r=GuillaumeGomez rustdoc: Rename invalid_codeblock_attribute lint to be plural Lint names should be plural as per the lint naming conventions: https://github.com/rust-lang/rfcs/blob/master/text/0344-conventions-galore.md#lints r? @GuillaumeGomez
@bors retry yield |
⌛ Testing commit 56fb717 with merge 1de8e7d4c2c9288b7da765610b7c1c35cda49b29... |
…ttributes_name, r=GuillaumeGomez rustdoc: Rename invalid_codeblock_attribute lint to be plural Lint names should be plural as per the lint naming conventions: https://github.com/rust-lang/rfcs/blob/master/text/0344-conventions-galore.md#lints r? @GuillaumeGomez
⌛ Testing commit 56fb717 with merge 239acb9e04f94f03f685cf56b6dc44f7ab145100... |
@bors retry yield |
☀️ Test successful - checks-actions, checks-azure |
discussed at today's T-compiler meeting. accepted for beta backport. |
…ulacrum [beta] next Backports of: * rustdoc: Fix doc aliases with crate filtering rust-lang#73644 * rustdoc: Rename invalid_codeblock_attribute lint to be plural rust-lang#74131 * rustc_lexer: Simplify shebang parsing once more rust-lang#73596 * Perform obligation deduplication to avoid buggy `ExistentialMismatch` rust-lang#73485 * Reorder order in which MinGW libs are linked to fix recent breakage rust-lang#73184 * Change how compiler-builtins gets many CGUs rust-lang#73136 * Fix wasm32 being broken due to a NodeJS version bump rust-lang#73885
Lint names should be plural as per the lint naming conventions: https://github.com/rust-lang/rfcs/blob/master/text/0344-conventions-galore.md#lints
r? @GuillaumeGomez