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

nix_rs: Enforce API docs (in CI) #283

Merged
merged 1 commit into from
Sep 23, 2024
Merged

nix_rs: Enforce API docs (in CI) #283

merged 1 commit into from
Sep 23, 2024

Conversation

srid
Copy link
Member

@srid srid commented Sep 23, 2024

  • Use #![warn(missing_docs)] to enforce that all public entites are documented
  • Make an exception for schema.rs & output.rs since those can be documented as part of nix_rs: Don't hardcode flake schema types #235
  • Minor: fix all Nix warnings. We now have 0 LSP warnings.

- Use `#![warn(missing_docs)]` to enforce that all public entites are documented
- Make an exception for `schema.rs` & `output.rs` since those can be documented as part of #235
@srid srid marked this pull request as ready for review September 23, 2024 20:38
@srid srid merged commit 3a9331c into main Sep 23, 2024
6 checks passed
@srid srid deleted the nix_rs-doc branch September 23, 2024 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant