clickhouse.rs
clickhouse.rs copied to clipboard
Enforce API documentation
Summary
Currently almost nobody documents added functions which is not good for the users of this library - but the API must have documentation.
Let's warn about missing docs (deny would be even better).
Guys? @slvrtrn @loyd
More and more PRs are merged, but nobody cares about maintaining the API documentation.
More and more PRs are merged, but nobody cares about maintaining the API documentation.
I agree; we need to force the creation of documentation for all new extensions. But we cannot just merge this PR and break CI. This check must be enabled, but only after adding all missing docs.