Skip to content
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

Enforce rustdoc checks in CI #375

Merged
merged 2 commits into from
Aug 7, 2023
Merged

Enforce rustdoc checks in CI #375

merged 2 commits into from
Aug 7, 2023

Conversation

Bromeon
Copy link
Member

@Bromeon Bromeon commented Aug 6, 2023

Checks for several rustdoc related lints, for example the validity of intra-doc-links or proper closing of backticks.
There were dozens of small mistakes that came to light with this check enabled.

One of the flags needs Rust 1.71 to work, but since it only runs in CI, we don't need to raise our MSRV from 1.70.

@Bromeon Bromeon added feature Adds functionality to the library c: tooling CI, automation, tools labels Aug 6, 2023
@Bromeon Bromeon mentioned this pull request Aug 6, 2023
17 tasks
@GodotRust
Copy link

API docs are being generated and will be shortly available at: https://godot-rust.github.io/docs/gdext/pr-375

@Bromeon Bromeon added this pull request to the merge queue Aug 7, 2023
Merged via the queue into master with commit 63fdd6b Aug 7, 2023
14 checks passed
@Bromeon Bromeon deleted the qol/rustdoc-lints branch August 7, 2023 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: tooling CI, automation, tools feature Adds functionality to the library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants