]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #106888 - GuillaumeGomez:tidy-gui-test, r=notriddle
authorMatthias Krüger <matthias.krueger@famsik.de>
Sun, 15 Jan 2023 20:17:34 +0000 (21:17 +0100)
committerGitHub <noreply@github.com>
Sun, 15 Jan 2023 20:17:34 +0000 (21:17 +0100)
commit72180b348b95f3df16f245ff90524b23d7f4bd0c
treecbaca54ffcee24825009c42e730880de61009d45
parentae4d89dfb51535c1c43052ef848564bd2323c9ca
parent5376670323d14870be7d90b585735354674aa4cc
Rollup merge of #106888 - GuillaumeGomez:tidy-gui-test, r=notriddle

Add tidy check to ensure that rustdoc GUI tests start with a small description

The first commit comes from https://github.com/rust-lang/rust/pull/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`