Add tidy check to ensure that rustdoc GUI tests start with a small description#106888
Merged
bors merged 2 commits intorust-lang:masterfrom Jan 16, 2023
Merged
Add tidy check to ensure that rustdoc GUI tests start with a small description#106888bors merged 2 commits intorust-lang:masterfrom
bors merged 2 commits intorust-lang:masterfrom
Conversation
This comment has been minimized.
This comment has been minimized.
6170cc1 to
5376670
Compare
Member
Author
|
Fixed fmt issue. |
Contributor
|
@bors r+ rollup |
Collaborator
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jan 15, 2023
…iaskrgr Rollup of 5 pull requests Successful merges: - rust-lang#106888 (Add tidy check to ensure that rustdoc GUI tests start with a small description) - rust-lang#106896 (suggest `is_empty` for collections when casting to `bool`) - rust-lang#106900 (Fix regression in `unused_braces` with macros) - rust-lang#106906 (remove redundant clones) - rust-lang#106909 (Only suggest adding type param if path being resolved was a type) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The first commit comes from #106865 to prevent CI to fail.
This PR adds a tidy check to enforce having a small description at the top of the GUI test. Although the format is made to be as easy as possible to read, it's not always obvious what a test is actually checking. I think enforcing this will make it easier for us to come back on these tests if needed.
r? @notriddle